Color Hex Logo

#cecfeb Color Hex

#CECFEB
(206,207,235)
0 Favorites   0 Comments

Color spaces of #cecfeb

RGB 206207235
HSL0.660.420.86
HSV238°12°92°
CMYK 0.120.120.00   0.08
XYZ62.761863.745687.5935
Yxy63.74560.29310.2977
Hunter Lab79.84080.5949-9.1586
CIE-Lab83.83315.0853-13.8829

#cecfeb color RGB value is (206,207,235).

#cecfeb hex color red value is 206, green value is 207 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cecfeb hue: 0.66 , saturation: 0.42 and the lightness value of cecfeb is 0.86.

The process color (four color CMYK) of #cecfeb color hex is 0.12, 0.12, 0.00, 0.08. Web safe color of #cecfeb is #ccccff. Color #cecfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001111 11101011
Octal 316 317 353
Decimal 206 207 235
Hex CE CF EB

RGB Percentages of Color #cecfeb

%31.79
%31.94
%36.27

CMYK Percentages of Color #cecfeb

%12
%12
%0
%8

Triadic Colors of #cecfeb

#cecfeb #ebcecf #cfebce

Analogous Colors of #cecfeb

#cecfeb #dcceeb #cedeeb

Monochromatic Colors of #cecfeb

#cecfeb

Complementary Color

#cecfeb #ebeace

#cecfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecfeb Color CSS Codes

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

#cecfeb Text Font Color

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

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


#cecfeb Background Color

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

This div background color is #cecfeb


#cecfeb Border Color

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

This div border color is #cecfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecfeb


Comments

No comments written yet.

Please login to write comment.