Color Hex Logo

#cec1ef Color Hex

#CEC1EF
(206,193,239)
0 Favorites   0 Comments

Color spaces of #cec1ef

RGB 206193239
HSL0.710.590.85
HSV257°19°94°
CMYK 0.140.190.00   0.06
XYZ60.103657.493789.5910
Yxy57.49370.29010.2775
Hunter Lab75.82468.7979-16.9772
CIE-Lab80.456513.4040-21.1080

#cec1ef color RGB value is (206,193,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 11101111
Octal 316 301 357
Decimal 206 193 239
Hex CE C1 EF

RGB Percentages of Color #cec1ef

%32.29
%30.25
%37.46

CMYK Percentages of Color #cec1ef

%14
%19
%0
%6

Triadic Colors of #cec1ef

#cec1ef #efcec1 #c1efce

Analogous Colors of #cec1ef

#cec1ef #e5c1ef #c1cbef

Monochromatic Colors of #cec1ef

#cec1ef

Complementary Color

#cec1ef #e2efc1

#cec1ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec1ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec1ef Color CSS Codes

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

#cec1ef Text Font Color

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

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


#cec1ef Background Color

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

This div background color is #cec1ef


#cec1ef Border Color

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

This div border color is #cec1ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec1ef


Comments

No comments written yet.

Please login to write comment.