Color Hex Logo

#cdae78 Color Hex

#CDAE78
(205,174,120)
0 Favorites   0 Comments

Color spaces of #cdae78

RGB 205174120
HSL0.110.460.64
HSV38°41°80°
CMYK 0.000.150.41   0.20
XYZ43.703144.607324.0760
Yxy44.60730.38890.3969
Hunter Lab66.7887-0.079025.3792
CIE-Lab72.63263.880731.8744

#cdae78 color RGB value is (205,174,120).

#cdae78 hex color red value is 205, green value is 174 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #cdae78 hue: 0.11 , saturation: 0.46 and the lightness value of cdae78 is 0.64.

The process color (four color CMYK) of #cdae78 color hex is 0.00, 0.15, 0.41, 0.20. Web safe color of #cdae78 is #cc9966. Color #cdae78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101110 01111000
Octal 315 256 170
Decimal 205 174 120
Hex CD AE 78

RGB Percentages of Color #cdae78

%41.08
%34.87
%24.05

CMYK Percentages of Color #cdae78

%0
%15
%41
%20

Triadic Colors of #cdae78

#cdae78 #78cdae #ae78cd

Analogous Colors of #cdae78

#cdae78 #c2cd78 #cd8478

Monochromatic Colors of #cdae78

#cdae78

Complementary Color

#cdae78 #7897cd

#cdae78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdae78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdae78 Color CSS Codes

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

#cdae78 Text Font Color

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

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


#cdae78 Background Color

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

This div background color is #cdae78


#cdae78 Border Color

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

This div border color is #cdae78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,174,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cdae78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cdae78;
  -webkit-box-shadow: 1px 1px 3px 2px #cdae78;
  box-shadow:         1px 1px 3px 2px #cdae78; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,174,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdae78


Comments

No comments written yet.

Please login to write comment.