Color Hex Logo

#ceabef Color Hex

#CEABEF
(206,171,239)
0 Favorites   0 Comments

Color spaces of #ceabef

RGB 206171239
HSL0.750.680.80
HSV271°28°94°
CMYK 0.140.280.00   0.06
XYZ55.596548.479688.0886
Yxy48.47960.28930.2523
Hunter Lab69.627320.6822-26.2713
CIE-Lab75.126425.3710-29.2443

#ceabef color RGB value is (206,171,239).

#ceabef hex color red value is 206, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ceabef hue: 0.75 , saturation: 0.68 and the lightness value of ceabef is 0.80.

The process color (four color CMYK) of #ceabef color hex is 0.14, 0.28, 0.00, 0.06. Web safe color of #ceabef is #cc99ff. Color #ceabef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 11101111
Octal 316 253 357
Decimal 206 171 239
Hex CE AB EF

RGB Percentages of Color #ceabef

%33.44
%27.76
%38.80

CMYK Percentages of Color #ceabef

%14
%28
%0
%6

Triadic Colors of #ceabef

#ceabef #efceab #abefce

Analogous Colors of #ceabef

#ceabef #efabee #acabef

Monochromatic Colors of #ceabef

#ceabef

Complementary Color

#ceabef #ccefab

#ceabef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabef Color CSS Codes

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

#ceabef Text Font Color

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

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


#ceabef Background Color

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

This div background color is #ceabef


#ceabef Border Color

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

This div border color is #ceabef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabef


Comments

No comments written yet.

Please login to write comment.