Color Hex Logo

#d8ca29 Color Hex

#D8CA29
(216,202,41)
0 Favorites   0 Comments

Color spaces of #d8ca29

RGB 21620241
HSL0.150.690.50
HSV55°81°85°
CMYK 0.000.060.81   0.15
XYZ49.839757.000110.4731
Yxy57.00010.42480.4859
Hunter Lab75.4984-14.286844.6242
CIE-Lab80.1797-11.372074.1905

#d8ca29 color RGB value is (216,202,41).

#d8ca29 hex color red value is 216, green value is 202 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #d8ca29 hue: 0.15 , saturation: 0.69 and the lightness value of d8ca29 is 0.50.

The process color (four color CMYK) of #d8ca29 color hex is 0.00, 0.06, 0.81, 0.15. Web safe color of #d8ca29 is #cccc33. Color #d8ca29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001010 00101001
Octal 330 312 51
Decimal 216 202 41
Hex D8 CA 29

RGB Percentages of Color #d8ca29

%47.06
%44.01
%8.93

CMYK Percentages of Color #d8ca29

%0
%6
%81
%15

Triadic Colors of #d8ca29

#d8ca29 #29d8ca #ca29d8

Analogous Colors of #d8ca29

#d8ca29 #8fd829 #d87329

Monochromatic Colors of #d8ca29

#d8ca29

Complementary Color

#d8ca29 #2937d8

#d8ca29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ca29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ca29 Color CSS Codes

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

#d8ca29 Text Font Color

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

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


#d8ca29 Background Color

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

This div background color is #d8ca29


#d8ca29 Border Color

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

This div border color is #d8ca29


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,202,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8ca29; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8ca29;
  -webkit-box-shadow: 1px 1px 3px 2px #d8ca29;
  box-shadow:         1px 1px 3px 2px #d8ca29; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,202,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ca29


Comments

No comments written yet.

Please login to write comment.