Color Hex Logo

#ceacef Color Hex

#CEACEF
(206,172,239)
0 Favorites   0 Comments

Color spaces of #ceacef

RGB 206172239
HSL0.750.680.81
HSV270°28°94°
CMYK 0.140.280.00   0.06
XYZ55.786148.858988.1518
Yxy48.85890.28940.2534
Hunter Lab69.899120.1363-25.8429
CIE-Lab75.363524.8241-28.8801

#ceacef color RGB value is (206,172,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 11101111
Octal 316 254 357
Decimal 206 172 239
Hex CE AC EF

RGB Percentages of Color #ceacef

%33.39
%27.88
%38.74

CMYK Percentages of Color #ceacef

%14
%28
%0
%6

Triadic Colors of #ceacef

#ceacef #efceac #acefce

Analogous Colors of #ceacef

#ceacef #efacef #adacef

Monochromatic Colors of #ceacef

#ceacef

Complementary Color

#ceacef #cdefac

#ceacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceacef Color CSS Codes

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

#ceacef Text Font Color

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

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


#ceacef Background Color

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

This div background color is #ceacef


#ceacef Border Color

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

This div border color is #ceacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceacef


Comments

No comments written yet.

Please login to write comment.