color codes Logo

#cda95c color codes

#CDA95C
(205,169,92)
0 Favorites   0 Comments

Color spaces of #cda95c

RGB 20516992
HSL0.110.530.58
HSV41°55°80°
CMYK 0.000.180.55   0.20
XYZ41.296642.127816.0801
Yxy42.12780.41500.4234
Hunter Lab64.9059-0.014230.7454
CIE-Lab70.95893.877044.2135

#cda95c color RGB value is (205,169,92).

#cda95c hex color red value is 205, green value is 169 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cda95c hue: 0.11 , saturation: 0.53 and the lightness value of cda95c is 0.58.

The process color (four color CMYK) of #cda95c color code is 0.00, 0.18, 0.55, 0.20. Web safe color of #cda95c is #cc9966. Color #cda95c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101001 01011100
Octal 315 251 134
Decimal 205 169 92
Hex CD A9 5C

RGB Percentages of Color #cda95c

%43.99
%36.27
%19.74

CMYK Percentages of Color #cda95c

%0
%18
%55
%20

Triadic Colors of #cda95c

#cda95c #5ccda9 #a95ccd

Analogous Colors of #cda95c

#cda95c #b9cd5c #cd715c

Monochromatic Colors of #cda95c

#cda95c

Complementary Color

#cda95c #5c80cd

#cda95c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda95c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda95c Color CSS Codes

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

#cda95c Text Font Color

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

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


#cda95c Background Color

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

This div background color is #cda95c


#cda95c Border Color

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

This div border color is #cda95c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda95c


Comments

No comments written yet.

Please login to write comment.