Color Hex Logo

#d4d21e Color Hex

#D4D21E
(212,210,30)
0 Favorites   0 Comments

Color spaces of #d4d21e

RGB 21221030
HSL0.160.750.47
HSV59°86°83°
CMYK 0.000.010.86   0.17
XYZ50.432360.184010.1869
Yxy60.18400.41750.4982
Hunter Lab77.5783-19.722446.5194
CIE-Lab81.9381-17.359878.0648

#d4d21e color RGB value is (212,210,30).

#d4d21e hex color red value is 212, green value is 210 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #d4d21e hue: 0.16 , saturation: 0.75 and the lightness value of d4d21e is 0.47.

The process color (four color CMYK) of #d4d21e color hex is 0.00, 0.01, 0.86, 0.17. Web safe color of #d4d21e is #cccc33. Color #d4d21e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11010010 00011110
Octal 324 322 36
Decimal 212 210 30
Hex D4 D2 1E

RGB Percentages of Color #d4d21e

%46.90
%46.46
%6.64

CMYK Percentages of Color #d4d21e

%0
%1
%86
%17

Triadic Colors of #d4d21e

#d4d21e #1ed4d2 #d21ed4

Analogous Colors of #d4d21e

#d4d21e #7bd41e #d4771e

Monochromatic Colors of #d4d21e

#d4d21e

Complementary Color

#d4d21e #1e20d4

#d4d21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4d21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4d21e Color CSS Codes

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

#d4d21e Text Font Color

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

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


#d4d21e Background Color

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

This div background color is #d4d21e


#d4d21e Border Color

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

This div border color is #d4d21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4d21e


Comments

No comments written yet.

Please login to write comment.