Color Hex Logo

#ceadde Color Hex

#CEADDE
(206,173,222)
0 Favorites   0 Comments

Color spaces of #ceadde

RGB 206173222
HSL0.780.430.77
HSV280°22°87°
CMYK 0.070.220.00   0.13
XYZ53.582048.282975.6027
Yxy48.28290.30190.2721
Hunter Lab69.485916.0447-15.8691
CIE-Lab75.003020.7901-20.1998

#ceadde color RGB value is (206,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 11011110
Octal 316 255 336
Decimal 206 173 222
Hex CE AD DE

RGB Percentages of Color #ceadde

%34.28
%28.79
%36.94

CMYK Percentages of Color #ceadde

%7
%22
%0
%13

Triadic Colors of #ceadde

#ceadde #decead #addece

Analogous Colors of #ceadde

#ceadde #deadd6 #b6adde

Monochromatic Colors of #ceadde

#ceadde

Complementary Color

#ceadde #bddead

#ceadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceadde Color CSS Codes

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

#ceadde Text Font Color

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

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


#ceadde Background Color

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

This div background color is #ceadde


#ceadde Border Color

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

This div border color is #ceadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceadde


Comments

No comments written yet.

Please login to write comment.