color codes Logo

#d2f526 color codes

#D2F526
(210,245,38)
0 Favorites   0 Comments

Color spaces of #d2f526

RGB 21024538
HSL0.190.910.55
HSV70°84°96°
CMYK 0.140.000.84   0.04
XYZ59.580679.146413.9703
Yxy79.14640.39020.5183
Hunter Lab88.9643-36.143552.9645
CIE-Lab91.3005-34.585884.1270

#d2f526 color RGB value is (210,245,38).

#d2f526 hex color red value is 210, green value is 245 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #d2f526 hue: 0.19 , saturation: 0.91 and the lightness value of d2f526 is 0.55.

The process color (four color CMYK) of #d2f526 color code is 0.14, 0.00, 0.84, 0.04. Web safe color of #d2f526 is #ccff33. Color #d2f526 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11110101 00100110
Octal 322 365 46
Decimal 210 245 38
Hex D2 F5 26

RGB Percentages of Color #d2f526

%42.60
%49.70
%7.71

CMYK Percentages of Color #d2f526

%14
%0
%84
%4

Triadic Colors of #d2f526

#d2f526 #26d2f5 #f526d2

Analogous Colors of #d2f526

#d2f526 #6bf526 #f5b126

Monochromatic Colors of #d2f526

#d2f526

Complementary Color

#d2f526 #4926f5

#d2f526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2f526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2f526 Color CSS Codes

.mybgcolor {background-color:#d2f526; } 
.myforecolor {color:#d2f526; }
.mybordercolor {border:3px solid #d2f526; }

#d2f526 Text Font Color

<p style="color:#d2f526">Text here</p>

This sample text font color is #d2f526
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d2f526 Background Color

<div style="background-color:#d2f526">
Div content here</div>

This div background color is #d2f526


#d2f526 Border Color

<div style="border:3px solid #d2f526">
Div here</div>

This div border color is #d2f526


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,245,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2f526; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2f526;
  -webkit-box-shadow: 1px 1px 3px 2px #d2f526;
  box-shadow:         1px 1px 3px 2px #d2f526; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,245,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d2f526">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d2f526;
  -webkit-box-shadow: 1px 1px 3px 2px #d2f526;
  box-shadow:         1px 1px 3px 2px #d2f526;">
Div content here</div>

This div box has shadow with color #d2f526


Comments

No comments written yet.

Please login to write comment.