Color Hex Logo

#ceacdd Color Hex

#CEACDD
(206,172,221)
0 Favorites   0 Comments

Color spaces of #ceacdd

RGB 206172221
HSL0.780.420.77
HSV282°22°87°
CMYK 0.070.220.00   0.13
XYZ53.257347.847374.8351
Yxy47.84730.30270.2720
Hunter Lab69.171716.3817-15.7241
CIE-Lab74.728521.1373-20.0717

#ceacdd color RGB value is (206,172,221).

#ceacdd hex color red value is 206, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ceacdd hue: 0.78 , saturation: 0.42 and the lightness value of ceacdd is 0.77.

The process color (four color CMYK) of #ceacdd color hex is 0.07, 0.22, 0.00, 0.13. Web safe color of #ceacdd is #cc99cc. Color #ceacdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 11011101
Octal 316 254 335
Decimal 206 172 221
Hex CE AC DD

RGB Percentages of Color #ceacdd

%34.39
%28.71
%36.89

CMYK Percentages of Color #ceacdd

%7
%22
%0
%13

Triadic Colors of #ceacdd

#ceacdd #ddceac #acddce

Analogous Colors of #ceacdd

#ceacdd #ddacd4 #b6acdd

Monochromatic Colors of #ceacdd

#ceacdd

Complementary Color

#ceacdd #bbddac

#ceacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceacdd Color CSS Codes

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

#ceacdd Text Font Color

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

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


#ceacdd Background Color

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

This div background color is #ceacdd


#ceacdd Border Color

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

This div border color is #ceacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceacdd


Comments

No comments written yet.

Please login to write comment.