Color Hex Logo

#cec4ee Color Hex

#CEC4EE
(206,196,238)
0 Favorites   0 Comments

Color spaces of #cec4ee

RGB 206196238
HSL0.710.550.85
HSV254°18°93°
CMYK 0.130.180.00   0.07
XYZ60.626158.774789.0382
Yxy58.77470.29090.2820
Hunter Lab76.66476.9939-15.1940
CIE-Lab81.167611.5789-19.4957

#cec4ee color RGB value is (206,196,238).

#cec4ee hex color red value is 206, green value is 196 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cec4ee hue: 0.71 , saturation: 0.55 and the lightness value of cec4ee is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000100 11101110
Octal 316 304 356
Decimal 206 196 238
Hex CE C4 EE

RGB Percentages of Color #cec4ee

%32.19
%30.63
%37.19

CMYK Percentages of Color #cec4ee

%13
%18
%0
%7

Triadic Colors of #cec4ee

#cec4ee #eecec4 #c4eece

Analogous Colors of #cec4ee

#cec4ee #e3c4ee #c4cfee

Monochromatic Colors of #cec4ee

#cec4ee

Complementary Color

#cec4ee #e4eec4

#cec4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec4ee Color CSS Codes

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

#cec4ee Text Font Color

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

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


#cec4ee Background Color

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

This div background color is #cec4ee


#cec4ee Border Color

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

This div border color is #cec4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec4ee


Comments

No comments written yet.

Please login to write comment.