Color Hex Logo

#cecbee Color Hex

#CECBEE
(206,203,238)
0 Favorites   0 Comments

Color spaces of #cecbee

RGB 206203238
HSL0.680.510.86
HSV245°15°93°
CMYK 0.130.150.00   0.07
XYZ62.242262.006789.5769
Yxy62.00670.29110.2900
Hunter Lab78.74433.2899-12.3253
CIE-Lab82.91707.8294-16.8559

#cecbee color RGB value is (206,203,238).

#cecbee hex color red value is 206, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cecbee hue: 0.68 , saturation: 0.51 and the lightness value of cecbee is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001011 11101110
Octal 316 313 356
Decimal 206 203 238
Hex CE CB EE

RGB Percentages of Color #cecbee

%31.84
%31.38
%36.79

CMYK Percentages of Color #cecbee

%13
%15
%0
%7

Triadic Colors of #cecbee

#cecbee #eececb #cbeece

Analogous Colors of #cecbee

#cecbee #e0cbee #cbdaee

Monochromatic Colors of #cecbee

#cecbee

Complementary Color

#cecbee #ebeecb

#cecbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecbee Color CSS Codes

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

#cecbee Text Font Color

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

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


#cecbee Background Color

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

This div background color is #cecbee


#cecbee Border Color

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

This div border color is #cecbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecbee


Comments

No comments written yet.

Please login to write comment.