color codes Logo

#d9de1a color codes

#D9DE1A
(217,222,26)
0 Favorites   0 Comments

Color spaces of #d9de1a

RGB 21722226
HSL0.170.790.49
HSV62°88°87°
CMYK 0.020.000.88   0.13
XYZ54.923067.068811.0281
Yxy67.06880.41290.5042
Hunter Lab81.8955-23.606749.3429
CIE-Lab85.5387-21.204881.8393

#d9de1a color RGB value is (217,222,26).

#d9de1a hex color red value is 217, green value is 222 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #d9de1a hue: 0.17 , saturation: 0.79 and the lightness value of d9de1a is 0.49.

The process color (four color CMYK) of #d9de1a color code is 0.02, 0.00, 0.88, 0.13. Web safe color of #d9de1a is #cccc33. Color #d9de1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011110 00011010
Octal 331 336 32
Decimal 217 222 26
Hex D9 DE 1A

RGB Percentages of Color #d9de1a

%46.67
%47.74
%5.59

CMYK Percentages of Color #d9de1a

%2
%0
%88
%13

Triadic Colors of #d9de1a

#d9de1a #1ad9de #de1ad9

Analogous Colors of #d9de1a

#d9de1a #77de1a #de811a

Monochromatic Colors of #d9de1a

#d9de1a

Complementary Color

#d9de1a #1f1ade

#d9de1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9de1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9de1a Color CSS Codes

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

#d9de1a Text Font Color

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

This sample text font color is #d9de1a
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.


#d9de1a Background Color

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

This div background color is #d9de1a


#d9de1a Border Color

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

This div border color is #d9de1a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,222,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9de1a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9de1a;
  -webkit-box-shadow: 1px 1px 3px 2px #d9de1a;
  box-shadow:         1px 1px 3px 2px #d9de1a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,222,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9de1a


Comments

No comments written yet.

Please login to write comment.