Color Hex Logo

#cda5ac Color Hex

#CDA5AC
(205,165,172)
0 Favorites   0 Comments

Color spaces of #cda5ac

RGB 205165172
HSL0.970.290.73
HSV350°20°80°
CMYK 0.000.200.16   0.20
XYZ46.078442.868044.8755
Yxy42.86800.34430.3203
Hunter Lab65.473711.04415.1943
CIE-Lab71.465315.78071.9645

#cda5ac color RGB value is (205,165,172).

#cda5ac hex color red value is 205, green value is 165 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cda5ac hue: 0.97 , saturation: 0.29 and the lightness value of cda5ac is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100101 10101100
Octal 315 245 254
Decimal 205 165 172
Hex CD A5 AC

RGB Percentages of Color #cda5ac

%37.82
%30.44
%31.73

CMYK Percentages of Color #cda5ac

%0
%20
%16
%20

Triadic Colors of #cda5ac

#cda5ac #accda5 #a5accd

Analogous Colors of #cda5ac

#cda5ac #cdb2a5 #cda5c0

Monochromatic Colors of #cda5ac

#cda5ac

Complementary Color

#cda5ac #a5cdc6

#cda5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda5ac Color CSS Codes

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

#cda5ac Text Font Color

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

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


#cda5ac Background Color

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

This div background color is #cda5ac


#cda5ac Border Color

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

This div border color is #cda5ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda5ac


Comments

No comments written yet.

Please login to write comment.