color codes Logo

#d9de3e color codes

#D9DE3E
(217,222,62)
0 Favorites   0 Comments

Color spaces of #d9de3e

RGB 21722262
HSL0.170.710.56
HSV62°72°87°
CMYK 0.020.000.72   0.13
XYZ55.606067.342114.6250
Yxy67.34210.40420.4895
Hunter Lab82.0622-22.655946.8770
CIE-Lab85.6764-20.079372.8785

#d9de3e color RGB value is (217,222,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011110 00111110
Octal 331 336 76
Decimal 217 222 62
Hex D9 DE 3E

RGB Percentages of Color #d9de3e

%43.31
%44.31
%12.38

CMYK Percentages of Color #d9de3e

%2
%0
%72
%13

Triadic Colors of #d9de3e

#d9de3e #3ed9de #de3ed9

Analogous Colors of #d9de3e

#d9de3e #89de3e #de933e

Monochromatic Colors of #d9de3e

#d9de3e

Complementary Color

#d9de3e #433ede

#d9de3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9de3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9de3e Color CSS Codes

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

#d9de3e Text Font Color

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

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


#d9de3e Background Color

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

This div background color is #d9de3e


#d9de3e Border Color

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

This div border color is #d9de3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9de3e


Comments

No comments written yet.

Please login to write comment.