Color Hex Logo

#cecbeb Color Hex

#CECBEB
(206,203,235)
0 Favorites   0 Comments

Color spaces of #cecbeb

RGB 206203235
HSL0.680.440.86
HSV246°14°92°
CMYK 0.120.140.00   0.08
XYZ61.804961.831887.2745
Yxy61.83180.29300.2932
Hunter Lab78.63322.6911-10.7624
CIE-Lab82.82397.2114-15.3969

#cecbeb color RGB value is (206,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001011 11101011
Octal 316 313 353
Decimal 206 203 235
Hex CE CB EB

RGB Percentages of Color #cecbeb

%31.99
%31.52
%36.49

CMYK Percentages of Color #cecbeb

%12
%14
%0
%8

Triadic Colors of #cecbeb

#cecbeb #ebcecb #cbebce

Analogous Colors of #cecbeb

#cecbeb #decbeb #cbd8eb

Monochromatic Colors of #cecbeb

#cecbeb

Complementary Color

#cecbeb #e8ebcb

#cecbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecbeb Color CSS Codes

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

#cecbeb Text Font Color

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

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


#cecbeb Background Color

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

This div background color is #cecbeb


#cecbeb Border Color

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

This div border color is #cecbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecbeb


Comments

No comments written yet.

Please login to write comment.