Color Hex Logo

#cec4ef Color Hex

#CEC4EF
(206,196,239)
1 Favorites   0 Comments

Color spaces of #cec4ef

RGB 206196239
HSL0.710.570.85
HSV254°18°94°
CMYK 0.140.180.00   0.06
XYZ60.773558.833789.8143
Yxy58.83370.29020.2809
Hunter Lab76.70317.1988-15.7325
CIE-Lab81.200111.7874-19.9815

#cec4ef color RGB value is (206,196,239).

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

The process color (four color CMYK) of #cec4ef color hex is 0.14, 0.18, 0.00, 0.06. Web safe color of #cec4ef is #ccccff. Color #cec4ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000100 11101111
Octal 316 304 357
Decimal 206 196 239
Hex CE C4 EF

RGB Percentages of Color #cec4ef

%32.14
%30.58
%37.29

CMYK Percentages of Color #cec4ef

%14
%18
%0
%6

Triadic Colors of #cec4ef

#cec4ef #efcec4 #c4efce

Analogous Colors of #cec4ef

#cec4ef #e4c4ef #c4d0ef

Monochromatic Colors of #cec4ef

#cec4ef

Complementary Color

#cec4ef #e5efc4

#cec4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec4ef Color CSS Codes

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

#cec4ef Text Font Color

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

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


#cec4ef Background Color

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

This div background color is #cec4ef


#cec4ef Border Color

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

This div border color is #cec4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec4ef


Comments

No comments written yet.

Please login to write comment.