Color Hex Logo

#cda59f Color Hex

#CDA59F
(205,165,159)
0 Favorites   0 Comments

Color spaces of #cda59f

RGB 205165159
HSL0.020.320.71
HSV22°80°
CMYK 0.000.200.22   0.20
XYZ44.890042.392638.6175
Yxy42.39260.35660.3367
Hunter Lab65.10969.125510.4109
CIE-Lab71.140813.77348.6726

#cda59f color RGB value is (205,165,159).

#cda59f hex color red value is 205, green value is 165 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cda59f hue: 0.02 , saturation: 0.32 and the lightness value of cda59f is 0.71.

The process color (four color CMYK) of #cda59f color hex is 0.00, 0.20, 0.22, 0.20. Web safe color of #cda59f is #cc9999. Color #cda59f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100101 10011111
Octal 315 245 237
Decimal 205 165 159
Hex CD A5 9F

RGB Percentages of Color #cda59f

%38.75
%31.19
%30.06

CMYK Percentages of Color #cda59f

%0
%20
%22
%20

Triadic Colors of #cda59f

#cda59f #9fcda5 #a59fcd

Analogous Colors of #cda59f

#cda59f #cdbc9f #cd9fb0

Monochromatic Colors of #cda59f

#cda59f

Complementary Color

#cda59f #9fc7cd

#cda59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda59f Color CSS Codes

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

#cda59f Text Font Color

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

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


#cda59f Background Color

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

This div background color is #cda59f


#cda59f Border Color

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

This div border color is #cda59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda59f


Comments

No comments written yet.

Please login to write comment.