Color Hex Logo

#cebbeb Color Hex

#CEBBEB
(206,187,235)
0 Favorites   0 Comments

Color spaces of #cebbeb

RGB 206187235
HSL0.730.550.83
HSV264°20°92°
CMYK 0.120.200.00   0.08
XYZ58.219354.660686.0793
Yxy54.66060.29260.2747
Hunter Lab73.932811.1796-17.2778
CIE-Lab78.845415.8159-21.4044

#cebbeb color RGB value is (206,187,235).

#cebbeb hex color red value is 206, green value is 187 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cebbeb hue: 0.73 , saturation: 0.55 and the lightness value of cebbeb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111011 11101011
Octal 316 273 353
Decimal 206 187 235
Hex CE BB EB

RGB Percentages of Color #cebbeb

%32.80
%29.78
%37.42

CMYK Percentages of Color #cebbeb

%12
%20
%0
%8

Triadic Colors of #cebbeb

#cebbeb #ebcebb #bbebce

Analogous Colors of #cebbeb

#cebbeb #e6bbeb #bbc0eb

Monochromatic Colors of #cebbeb

#cebbeb

Complementary Color

#cebbeb #d8ebbb

#cebbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebbeb Color CSS Codes

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

#cebbeb Text Font Color

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

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


#cebbeb Background Color

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

This div background color is #cebbeb


#cebbeb Border Color

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

This div border color is #cebbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebbeb


Comments

No comments written yet.

Please login to write comment.