Color Hex Logo

#ceacd9 Color Hex

#CEACD9
(206,172,217)
0 Favorites   0 Comments

Color spaces of #ceacd9

RGB 206172217
HSL0.790.370.76
HSV285°21°85°
CMYK 0.050.210.00   0.15
XYZ52.730547.636672.0612
Yxy47.63660.30580.2763
Hunter Lab69.019315.5897-13.5896
CIE-Lab74.595120.3485-18.0934

#ceacd9 color RGB value is (206,172,217).

#ceacd9 hex color red value is 206, green value is 172 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #ceacd9 hue: 0.79 , saturation: 0.37 and the lightness value of ceacd9 is 0.76.

The process color (four color CMYK) of #ceacd9 color hex is 0.05, 0.21, 0.00, 0.15. Web safe color of #ceacd9 is #cc99cc. Color #ceacd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 11011001
Octal 316 254 331
Decimal 206 172 217
Hex CE AC D9

RGB Percentages of Color #ceacd9

%34.62
%28.91
%36.47

CMYK Percentages of Color #ceacd9

%5
%21
%0
%15

Triadic Colors of #ceacd9

#ceacd9 #d9ceac #acd9ce

Analogous Colors of #ceacd9

#ceacd9 #d9acce #b8acd9

Monochromatic Colors of #ceacd9

#ceacd9

Complementary Color

#ceacd9 #b7d9ac

#ceacd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceacd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceacd9 Color CSS Codes

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

#ceacd9 Text Font Color

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

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


#ceacd9 Background Color

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

This div background color is #ceacd9


#ceacd9 Border Color

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

This div border color is #ceacd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceacd9


Comments

No comments written yet.

Please login to write comment.