Color Hex Logo

#cda85f Color Hex

#CDA85F
(205,168,95)
0 Favorites   0 Comments

Color spaces of #cda85f

RGB 20516895
HSL0.110.520.59
HSV40°54°80°
CMYK 0.000.180.54   0.20
XYZ41.245041.810616.7229
Yxy41.81060.41340.4190
Hunter Lab64.66110.701829.9290
CIE-Lab70.74014.662342.4460

#cda85f color RGB value is (205,168,95).

#cda85f hex color red value is 205, green value is 168 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cda85f hue: 0.11 , saturation: 0.52 and the lightness value of cda85f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101000 01011111
Octal 315 250 137
Decimal 205 168 95
Hex CD A8 5F

RGB Percentages of Color #cda85f

%43.80
%35.90
%20.30

CMYK Percentages of Color #cda85f

%0
%18
%54
%20

Triadic Colors of #cda85f

#cda85f #5fcda8 #a85fcd

Analogous Colors of #cda85f

#cda85f #bbcd5f #cd715f

Monochromatic Colors of #cda85f

#cda85f

Complementary Color

#cda85f #5f84cd

#cda85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda85f Color CSS Codes

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

#cda85f Text Font Color

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

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


#cda85f Background Color

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

This div background color is #cda85f


#cda85f Border Color

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

This div border color is #cda85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda85f


Comments

No comments written yet.

Please login to write comment.