Color Hex Logo

#cda476 Color Hex

#CDA476
(205,164,118)
0 Favorites   0 Comments

Color spaces of #cda476

RGB 205164118
HSL0.090.470.63
HSV32°42°80°
CMYK 0.000.200.42   0.20
XYZ41.722340.838122.8231
Yxy40.83810.39590.3875
Hunter Lab63.90474.706423.5583
CIE-Lab70.06239.038429.5783

#cda476 color RGB value is (205,164,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100100 01110110
Octal 315 244 166
Decimal 205 164 118
Hex CD A4 76

RGB Percentages of Color #cda476

%42.09
%33.68
%24.23

CMYK Percentages of Color #cda476

%0
%20
%42
%20

Triadic Colors of #cda476

#cda476 #76cda4 #a476cd

Analogous Colors of #cda476

#cda476 #cbcd76 #cd7976

Monochromatic Colors of #cda476

#cda476

Complementary Color

#cda476 #769fcd

#cda476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda476 Color CSS Codes

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

#cda476 Text Font Color

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

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


#cda476 Background Color

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

This div background color is #cda476


#cda476 Border Color

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

This div border color is #cda476


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,164,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 #cda476">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda476


Comments

No comments written yet.

Please login to write comment.