Color Hex Logo

#ceabe0 Color Hex

#CEABE0
(206,171,224)
0 Favorites   0 Comments

Color spaces of #ceabe0

RGB 206171224
HSL0.780.460.77
HSV280°24°88°
CMYK 0.080.240.00   0.12
XYZ53.471147.629476.8962
Yxy47.62940.30040.2676
Hunter Lab69.014117.5246-17.7517
CIE-Lab74.590622.2827-21.9152

#ceabe0 color RGB value is (206,171,224).

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

The process color (four color CMYK) of #ceabe0 color hex is 0.08, 0.24, 0.00, 0.12. Web safe color of #ceabe0 is #cc99cc. Color #ceabe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 11100000
Octal 316 253 340
Decimal 206 171 224
Hex CE AB E0

RGB Percentages of Color #ceabe0

%34.28
%28.45
%37.27

CMYK Percentages of Color #ceabe0

%8
%24
%0
%12

Triadic Colors of #ceabe0

#ceabe0 #e0ceab #abe0ce

Analogous Colors of #ceabe0

#ceabe0 #e0abd8 #b4abe0

Monochromatic Colors of #ceabe0

#ceabe0

Complementary Color

#ceabe0 #bde0ab

#ceabe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabe0 Color CSS Codes

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

#ceabe0 Text Font Color

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

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


#ceabe0 Background Color

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

This div background color is #ceabe0


#ceabe0 Border Color

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

This div border color is #ceabe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabe0


Comments

No comments written yet.

Please login to write comment.