Color Hex Logo

#cec2fc Color Hex

#CEC2FC
(206,194,252)
0 Favorites   0 Comments

Color spaces of #cec2fc

RGB 206194252
HSL0.700.910.87
HSV252°23°99°
CMYK 0.180.230.00   0.01
XYZ62.316158.7337100.1478
Yxy58.73370.28170.2655
Hunter Lab76.637911.0262-23.8316
CIE-Lab81.145015.6390-27.0105

#cec2fc color RGB value is (206,194,252).

#cec2fc hex color red value is 206, green value is 194 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cec2fc hue: 0.70 , saturation: 0.91 and the lightness value of cec2fc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 11111100
Octal 316 302 374
Decimal 206 194 252
Hex CE C2 FC

RGB Percentages of Color #cec2fc

%31.60
%29.75
%38.65

CMYK Percentages of Color #cec2fc

%18
%23
%0
%1

Triadic Colors of #cec2fc

#cec2fc #fccec2 #c2fcce

Analogous Colors of #cec2fc

#cec2fc #ebc2fc #c2d3fc

Monochromatic Colors of #cec2fc

#cec2fc

Complementary Color

#cec2fc #f0fcc2

#cec2fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec2fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec2fc Color CSS Codes

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

#cec2fc Text Font Color

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

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


#cec2fc Background Color

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

This div background color is #cec2fc


#cec2fc Border Color

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

This div border color is #cec2fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec2fc


Comments

No comments written yet.

Please login to write comment.