Color Hex Logo

#cda58c Color Hex

#CDA58C
(205,165,140)
0 Favorites   0 Comments

Color spaces of #cda58c

RGB 205165140
HSL0.060.390.68
HSV23°32°80°
CMYK 0.000.200.32   0.20
XYZ43.365641.782930.5902
Yxy41.78290.37470.3610
Hunter Lab64.63976.633017.1893
CIE-Lab70.721011.124318.5292

#cda58c color RGB value is (205,165,140).

#cda58c hex color red value is 205, green value is 165 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #cda58c hue: 0.06 , saturation: 0.39 and the lightness value of cda58c is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100101 10001100
Octal 315 245 214
Decimal 205 165 140
Hex CD A5 8C

RGB Percentages of Color #cda58c

%40.20
%32.35
%27.45

CMYK Percentages of Color #cda58c

%0
%20
%32
%20

Triadic Colors of #cda58c

#cda58c #8ccda5 #a58ccd

Analogous Colors of #cda58c

#cda58c #cdc68c #cd8c94

Monochromatic Colors of #cda58c

#cda58c

Complementary Color

#cda58c #8cb4cd

#cda58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda58c Color CSS Codes

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

#cda58c Text Font Color

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

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


#cda58c Background Color

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

This div background color is #cda58c


#cda58c Border Color

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

This div border color is #cda58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda58c


Comments

No comments written yet.

Please login to write comment.