Color Hex Logo

#ceaede Color Hex

#CEAEDE
(206,174,222)
0 Favorites   0 Comments

Color spaces of #ceaede

RGB 206174222
HSL0.780.420.78
HSV280°22°87°
CMYK 0.070.220.00   0.13
XYZ53.774548.667875.6669
Yxy48.66780.30190.2732
Hunter Lab69.762315.5081-15.4746
CIE-Lab75.244220.2446-19.8341

#ceaede color RGB value is (206,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 11011110
Octal 316 256 336
Decimal 206 174 222
Hex CE AE DE

RGB Percentages of Color #ceaede

%34.22
%28.90
%36.88

CMYK Percentages of Color #ceaede

%7
%22
%0
%13

Triadic Colors of #ceaede

#ceaede #deceae #aedece

Analogous Colors of #ceaede

#ceaede #deaed6 #b6aede

Monochromatic Colors of #ceaede

#ceaede

Complementary Color

#ceaede #bedeae

#ceaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaede Color CSS Codes

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

#ceaede Text Font Color

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

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


#ceaede Background Color

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

This div background color is #ceaede


#ceaede Border Color

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

This div border color is #ceaede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaede


Comments

No comments written yet.

Please login to write comment.