Color Hex Logo

#d1d34a Color Hex

#D1D34A
(209,211,74)
0 Favorites   0 Comments

Color spaces of #d1d34a

RGB 20921174
HSL0.170.610.56
HSV61°65°83°
CMYK 0.010.000.65   0.17
XYZ50.824860.638315.5042
Yxy60.63830.40030.4776
Hunter Lab77.8706-19.769742.7047
CIE-Lab82.1839-17.371964.8443

#d1d34a color RGB value is (209,211,74).

#d1d34a hex color red value is 209, green value is 211 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #d1d34a hue: 0.17 , saturation: 0.61 and the lightness value of d1d34a is 0.56.

The process color (four color CMYK) of #d1d34a color hex is 0.01, 0.00, 0.65, 0.17. Web safe color of #d1d34a is #cccc33. Color #d1d34a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11010011 01001010
Octal 321 323 112
Decimal 209 211 74
Hex D1 D3 4A

RGB Percentages of Color #d1d34a

%42.31
%42.71
%14.98

CMYK Percentages of Color #d1d34a

%1
%0
%65
%17

Triadic Colors of #d1d34a

#d1d34a #4ad1d3 #d34ad1

Analogous Colors of #d1d34a

#d1d34a #8dd34a #d3914a

Monochromatic Colors of #d1d34a

#d1d34a

Complementary Color

#d1d34a #4c4ad3

#d1d34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1d34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1d34a Color CSS Codes

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

#d1d34a Text Font Color

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

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


#d1d34a Background Color

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

This div background color is #d1d34a


#d1d34a Border Color

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

This div border color is #d1d34a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,211,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1d34a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1d34a;
  -webkit-box-shadow: 1px 1px 3px 2px #d1d34a;
  box-shadow:         1px 1px 3px 2px #d1d34a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,211,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1d34a


Comments

No comments written yet.

Please login to write comment.