Color Hex Logo

#ceaaed Color Hex

#CEAAED
(206,170,237)
0 Favorites   0 Comments

Color spaces of #ceaaed

RGB 206170237
HSL0.760.650.80
HSV272°28°93°
CMYK 0.130.280.00   0.07
XYZ55.114447.985786.4781
Yxy47.98570.29070.2531
Hunter Lab69.271720.7938-25.5268
CIE-Lab74.815925.4972-28.6369

#ceaaed color RGB value is (206,170,237).

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

The process color (four color CMYK) of #ceaaed color hex is 0.13, 0.28, 0.00, 0.07. Web safe color of #ceaaed is #cc99ff. Color #ceaaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 11101101
Octal 316 252 355
Decimal 206 170 237
Hex CE AA ED

RGB Percentages of Color #ceaaed

%33.61
%27.73
%38.66

CMYK Percentages of Color #ceaaed

%13
%28
%0
%7

Triadic Colors of #ceaaed

#ceaaed #edceaa #aaedce

Analogous Colors of #ceaaed

#ceaaed #edaaeb #adaaed

Monochromatic Colors of #ceaaed

#ceaaed

Complementary Color

#ceaaed #c9edaa

#ceaaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaaed Color CSS Codes

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

#ceaaed Text Font Color

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

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


#ceaaed Background Color

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

This div background color is #ceaaed


#ceaaed Border Color

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

This div border color is #ceaaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaaed


Comments

No comments written yet.

Please login to write comment.