Color Hex Logo

#cec0ee Color Hex

#CEC0EE
(206,192,238)
0 Favorites   0 Comments

Color spaces of #cec0ee

RGB 206192238
HSL0.720.580.84
HSV258°19°93°
CMYK 0.130.190.00   0.07
XYZ59.735956.994188.7415
Yxy56.99410.29070.2774
Hunter Lab75.49449.1251-16.8476
CIE-Lab80.176313.7349-20.9969

#cec0ee color RGB value is (206,192,238).

#cec0ee hex color red value is 206, green value is 192 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cec0ee hue: 0.72 , saturation: 0.58 and the lightness value of cec0ee is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000000 11101110
Octal 316 300 356
Decimal 206 192 238
Hex CE C0 EE

RGB Percentages of Color #cec0ee

%32.39
%30.19
%37.42

CMYK Percentages of Color #cec0ee

%13
%19
%0
%7

Triadic Colors of #cec0ee

#cec0ee #eecec0 #c0eece

Analogous Colors of #cec0ee

#cec0ee #e5c0ee #c0c9ee

Monochromatic Colors of #cec0ee

#cec0ee

Complementary Color

#cec0ee #e0eec0

#cec0ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec0ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec0ee Color CSS Codes

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

#cec0ee Text Font Color

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

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


#cec0ee Background Color

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

This div background color is #cec0ee


#cec0ee Border Color

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

This div border color is #cec0ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec0ee


Comments

No comments written yet.

Please login to write comment.