Color Hex Logo

#cd8eac Color Hex

#CD8EAC
(205,142,172)
0 Favorites   0 Comments

Color spaces of #cd8eac

RGB 205142172
HSL0.920.390.68
HSV331°31°80°
CMYK 0.000.310.16   0.20
XYZ42.296235.303743.6148
Yxy35.30370.34890.2912
Hunter Lab59.416923.0864-1.9298
CIE-Lab65.984428.3500-6.0782

#cd8eac color RGB value is (205,142,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001110 10101100
Octal 315 216 254
Decimal 205 142 172
Hex CD 8E AC

RGB Percentages of Color #cd8eac

%39.50
%27.36
%33.14

CMYK Percentages of Color #cd8eac

%0
%31
%16
%20

Triadic Colors of #cd8eac

#cd8eac #accd8e #8eaccd

Analogous Colors of #cd8eac

#cd8eac #cd908e #cd8ecc

Monochromatic Colors of #cd8eac

#cd8eac

Complementary Color

#cd8eac #8ecdaf

#cd8eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd8eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd8eac Color CSS Codes

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

#cd8eac Text Font Color

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

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


#cd8eac Background Color

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

This div background color is #cd8eac


#cd8eac Border Color

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

This div border color is #cd8eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,142,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 #cd8eac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd8eac


Comments

No comments written yet.

Please login to write comment.