Color Hex Logo

#cec9fc Color Hex

#CEC9FC
(206,201,252)
0 Favorites   0 Comments

Color spaces of #cec9fc

RGB 206201252
HSL0.680.890.89
HSV246°20°99°
CMYK 0.180.200.00   0.01
XYZ63.910961.9234100.6794
Yxy61.92340.28220.2734
Hunter Lab78.69147.2626-20.7728
CIE-Lab82.872711.8665-24.3753

#cec9fc color RGB value is (206,201,252).

#cec9fc hex color red value is 206, green value is 201 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cec9fc hue: 0.68 , saturation: 0.89 and the lightness value of cec9fc is 0.89.

The process color (four color CMYK) of #cec9fc color hex is 0.18, 0.20, 0.00, 0.01. Web safe color of #cec9fc is #ccccff. Color #cec9fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001001 11111100
Octal 316 311 374
Decimal 206 201 252
Hex CE C9 FC

RGB Percentages of Color #cec9fc

%31.26
%30.50
%38.24

CMYK Percentages of Color #cec9fc

%18
%20
%0
%1

Triadic Colors of #cec9fc

#cec9fc #fccec9 #c9fcce

Analogous Colors of #cec9fc

#cec9fc #e8c9fc #c9defc

Monochromatic Colors of #cec9fc

#cec9fc

Complementary Color

#cec9fc #f7fcc9

#cec9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec9fc Color CSS Codes

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

#cec9fc Text Font Color

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

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


#cec9fc Background Color

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

This div background color is #cec9fc


#cec9fc Border Color

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

This div border color is #cec9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec9fc

Related Colors


Comments

No comments written yet.

Please login to write comment.