Color Hex Logo

#ceaada Color Hex

#CEAADA
(206,170,218)
0 Favorites   0 Comments

Color spaces of #ceaada

RGB 206170218
HSL0.790.390.76
HSV285°22°85°
CMYK 0.060.220.00   0.15
XYZ52.483246.933272.6225
Yxy46.93320.30510.2728
Hunter Lab68.507816.8585-14.8956
CIE-Lab74.147021.6368-19.3173

#ceaada color RGB value is (206,170,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 11011010
Octal 316 252 332
Decimal 206 170 218
Hex CE AA DA

RGB Percentages of Color #ceaada

%34.68
%28.62
%36.70

CMYK Percentages of Color #ceaada

%6
%22
%0
%15

Triadic Colors of #ceaada

#ceaada #daceaa #aadace

Analogous Colors of #ceaada

#ceaada #daaace #b6aada

Monochromatic Colors of #ceaada

#ceaada

Complementary Color

#ceaada #b6daaa

#ceaada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaada Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaada Color CSS Codes

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

#ceaada Text Font Color

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

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


#ceaada Background Color

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

This div background color is #ceaada


#ceaada Border Color

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

This div border color is #ceaada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaada


Comments

No comments written yet.

Please login to write comment.