Color Hex Logo

#cec6fe Color Hex

#CEC6FE
(206,198,254)
0 Favorites   0 Comments

Color spaces of #cec6fe

RGB 206198254
HSL0.690.970.89
HSV249°22°100°
CMYK 0.190.220.00   0.00
XYZ63.537160.6657102.1268
Yxy60.66570.28070.2680
Hunter Lab77.88829.3066-23.2192
CIE-Lab82.198713.9158-26.4666

#cec6fe color RGB value is (206,198,254).

#cec6fe hex color red value is 206, green value is 198 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #cec6fe hue: 0.69 , saturation: 0.97 and the lightness value of cec6fe is 0.89.

The process color (four color CMYK) of #cec6fe color hex is 0.19, 0.22, 0.00, 0.00. Web safe color of #cec6fe is #ccccff. Color #cec6fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000110 11111110
Octal 316 306 376
Decimal 206 198 254
Hex CE C6 FE

RGB Percentages of Color #cec6fe

%31.31
%30.09
%38.60

CMYK Percentages of Color #cec6fe

%19
%22
%0
%0

Triadic Colors of #cec6fe

#cec6fe #fecec6 #c6fece

Analogous Colors of #cec6fe

#cec6fe #eac6fe #c6dafe

Monochromatic Colors of #cec6fe

#cec6fe

Complementary Color

#cec6fe #f6fec6

#cec6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec6fe Color CSS Codes

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

#cec6fe Text Font Color

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

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


#cec6fe Background Color

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

This div background color is #cec6fe


#cec6fe Border Color

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

This div border color is #cec6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec6fe


Comments

No comments written yet.

Please login to write comment.