Color Hex Logo

#cda976 Color Hex

#CDA976
(205,169,118)
0 Favorites   0 Comments

Color spaces of #cda976

RGB 205169118
HSL0.100.470.63
HSV35°42°80°
CMYK 0.000.180.42   0.20
XYZ42.634842.663123.1272
Yxy42.66310.39320.3935
Hunter Lab65.31702.208824.7287
CIE-Lab71.32576.343231.2312

#cda976 color RGB value is (205,169,118).

#cda976 hex color red value is 205, green value is 169 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cda976 hue: 0.10 , saturation: 0.47 and the lightness value of cda976 is 0.63.

The process color (four color CMYK) of #cda976 color hex is 0.00, 0.18, 0.42, 0.20. Web safe color of #cda976 is #cc9966. Color #cda976 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101001 01110110
Octal 315 251 166
Decimal 205 169 118
Hex CD A9 76

RGB Percentages of Color #cda976

%41.67
%34.35
%23.98

CMYK Percentages of Color #cda976

%0
%18
%42
%20

Triadic Colors of #cda976

#cda976 #76cda9 #a976cd

Analogous Colors of #cda976

#cda976 #c6cd76 #cd7e76

Monochromatic Colors of #cda976

#cda976

Complementary Color

#cda976 #769acd

#cda976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda976 Color CSS Codes

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

#cda976 Text Font Color

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

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


#cda976 Background Color

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

This div background color is #cda976


#cda976 Border Color

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

This div border color is #cda976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda976


Comments

No comments written yet.

Please login to write comment.