Color Hex Logo

#d4dd4e Color Hex

#D4DD4E
(212,221,78)
0 Favorites   0 Comments

Color spaces of #d4dd4e

RGB 21222178
HSL0.180.680.59
HSV64°65°87°
CMYK 0.040.000.65   0.13
XYZ54.383066.260017.1309
Yxy66.26000.39470.4809
Hunter Lab81.4002-23.195744.5024
CIE-Lab85.1289-20.807766.3900

#d4dd4e color RGB value is (212,221,78).

#d4dd4e hex color red value is 212, green value is 221 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d4dd4e hue: 0.18 , saturation: 0.68 and the lightness value of d4dd4e is 0.59.

The process color (four color CMYK) of #d4dd4e color hex is 0.04, 0.00, 0.65, 0.13. Web safe color of #d4dd4e is #cccc66. Color #d4dd4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011101 01001110
Octal 324 335 116
Decimal 212 221 78
Hex D4 DD 4E

RGB Percentages of Color #d4dd4e

%41.49
%43.25
%15.26

CMYK Percentages of Color #d4dd4e

%4
%0
%65
%13

Triadic Colors of #d4dd4e

#d4dd4e #4ed4dd #dd4ed4

Analogous Colors of #d4dd4e

#d4dd4e #8ddd4e #dd9f4e

Monochromatic Colors of #d4dd4e

#d4dd4e

Complementary Color

#d4dd4e #574edd

#d4dd4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dd4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dd4e Color CSS Codes

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

#d4dd4e Text Font Color

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

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


#d4dd4e Background Color

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

This div background color is #d4dd4e


#d4dd4e Border Color

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

This div border color is #d4dd4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,221,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4dd4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4dd4e;
  -webkit-box-shadow: 1px 1px 3px 2px #d4dd4e;
  box-shadow:         1px 1px 3px 2px #d4dd4e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,221,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dd4e


Comments

No comments written yet.

Please login to write comment.