Color Hex Logo

#ceaad9 Color Hex

#CEAAD9
(206,170,217)
0 Favorites   0 Comments

Color spaces of #ceaad9

RGB 206170217
HSL0.790.380.76
HSV286°22°85°
CMYK 0.050.220.00   0.15
XYZ52.352746.881071.9353
Yxy46.88100.30590.2739
Hunter Lab68.469716.6611-14.3622
CIE-Lab74.113621.4406-18.8221

#ceaad9 color RGB value is (206,170,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 11011001
Octal 316 252 331
Decimal 206 170 217
Hex CE AA D9

RGB Percentages of Color #ceaad9

%34.74
%28.67
%36.59

CMYK Percentages of Color #ceaad9

%5
%22
%0
%15

Triadic Colors of #ceaad9

#ceaad9 #d9ceaa #aad9ce

Analogous Colors of #ceaad9

#ceaad9 #d9aacd #b7aad9

Monochromatic Colors of #ceaad9

#ceaad9

Complementary Color

#ceaad9 #b5d9aa

#ceaad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaad9 Color CSS Codes

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

#ceaad9 Text Font Color

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

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


#ceaad9 Background Color

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

This div background color is #ceaad9


#ceaad9 Border Color

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

This div border color is #ceaad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaad9


Comments

No comments written yet.

Please login to write comment.