Color Hex Logo

#ceaad0 Color Hex

#CEAAD0
(206,170,208)
0 Favorites   0 Comments

Color spaces of #ceaad0

RGB 206170208
HSL0.820.290.74
HSV297°18°82°
CMYK 0.010.180.00   0.18
XYZ51.213546.425365.9362
Yxy46.42530.31310.2838
Hunter Lab68.136114.9287-9.6804
CIE-Lab73.820719.7086-14.3436

#ceaad0 color RGB value is (206,170,208).

#ceaad0 hex color red value is 206, green value is 170 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #ceaad0 hue: 0.82 , saturation: 0.29 and the lightness value of ceaad0 is 0.74.

The process color (four color CMYK) of #ceaad0 color hex is 0.01, 0.18, 0.00, 0.18. Web safe color of #ceaad0 is #cc99cc. Color #ceaad0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 11010000
Octal 316 252 320
Decimal 206 170 208
Hex CE AA D0

RGB Percentages of Color #ceaad0

%35.27
%29.11
%35.62

CMYK Percentages of Color #ceaad0

%1
%18
%0
%18

Triadic Colors of #ceaad0

#ceaad0 #d0ceaa #aad0ce

Analogous Colors of #ceaad0

#ceaad0 #d0aabf #bbaad0

Monochromatic Colors of #ceaad0

#ceaad0

Complementary Color

#ceaad0 #acd0aa

#ceaad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaad0 Color CSS Codes

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

#ceaad0 Text Font Color

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

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


#ceaad0 Background Color

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

This div background color is #ceaad0


#ceaad0 Border Color

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

This div border color is #ceaad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaad0


Comments

No comments written yet.

Please login to write comment.