Color Hex Logo

#ceabec Color Hex

#CEABEC
(206,171,236)
0 Favorites   0 Comments

Color spaces of #ceabec

RGB 206171236
HSL0.760.630.80
HSV272°28°93°
CMYK 0.130.280.00   0.07
XYZ55.156848.303885.7734
Yxy48.30380.29150.2553
Hunter Lab69.500920.0332-24.5211
CIE-Lab75.016124.7411-27.7872

#ceabec color RGB value is (206,171,236).

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

The process color (four color CMYK) of #ceabec color hex is 0.13, 0.28, 0.00, 0.07. Web safe color of #ceabec is #cc99ff. Color #ceabec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 11101100
Octal 316 253 354
Decimal 206 171 236
Hex CE AB EC

RGB Percentages of Color #ceabec

%33.61
%27.90
%38.50

CMYK Percentages of Color #ceabec

%13
%28
%0
%7

Triadic Colors of #ceabec

#ceabec #ecceab #abecce

Analogous Colors of #ceabec

#ceabec #ecabea #aeabec

Monochromatic Colors of #ceabec

#ceabec

Complementary Color

#ceabec #c9ecab

#ceabec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabec Color CSS Codes

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

#ceabec Text Font Color

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

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


#ceabec Background Color

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

This div background color is #ceabec


#ceabec Border Color

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

This div border color is #ceabec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabec


Comments

No comments written yet.

Please login to write comment.