Color Hex Logo

#cec1ed Color Hex

#CEC1ED
(206,193,237)
0 Favorites   0 Comments

Color spaces of #cec1ed

RGB 206193237
HSL0.720.550.84
HSV258°19°93°
CMYK 0.130.190.00   0.07
XYZ59.809657.376288.0432
Yxy57.37620.29140.2796
Hunter Lab75.74718.3855-15.8917
CIE-Lab80.390712.9866-20.1359

#cec1ed color RGB value is (206,193,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 11101101
Octal 316 301 355
Decimal 206 193 237
Hex CE C1 ED

RGB Percentages of Color #cec1ed

%32.39
%30.35
%37.26

CMYK Percentages of Color #cec1ed

%13
%19
%0
%7

Triadic Colors of #cec1ed

#cec1ed #edcec1 #c1edce

Analogous Colors of #cec1ed

#cec1ed #e4c1ed #c1caed

Monochromatic Colors of #cec1ed

#cec1ed

Complementary Color

#cec1ed #e0edc1

#cec1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec1ed Color CSS Codes

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

#cec1ed Text Font Color

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

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


#cec1ed Background Color

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

This div background color is #cec1ed


#cec1ed Border Color

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

This div border color is #cec1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec1ed

#cec1ed Color Palettes


Comments

No comments written yet.

Please login to write comment.