Color Hex Logo

#ceabde Color Hex

#CEABDE
(206,171,222)
0 Favorites   0 Comments

Color spaces of #ceabde

RGB 206171222
HSL0.780.440.77
HSV281°23°87°
CMYK 0.070.230.00   0.13
XYZ53.201347.521675.4758
Yxy47.52160.30190.2697
Hunter Lab68.935917.1196-16.6597
CIE-Lab74.522221.8821-20.9297

#ceabde color RGB value is (206,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 11011110
Octal 316 253 336
Decimal 206 171 222
Hex CE AB DE

RGB Percentages of Color #ceabde

%34.39
%28.55
%37.06

CMYK Percentages of Color #ceabde

%7
%23
%0
%13

Triadic Colors of #ceabde

#ceabde #deceab #abdece

Analogous Colors of #ceabde

#ceabde #deabd5 #b5abde

Monochromatic Colors of #ceabde

#ceabde

Complementary Color

#ceabde #bbdeab

#ceabde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabde Color CSS Codes

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

#ceabde Text Font Color

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

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


#ceabde Background Color

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

This div background color is #ceabde


#ceabde Border Color

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

This div border color is #ceabde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabde


Comments

No comments written yet.

Please login to write comment.