Color Hex Logo

#cebbef Color Hex

#CEBBEF
(206,187,239)
0 Favorites   0 Comments

Color spaces of #cebbef

RGB 206187239
HSL0.730.620.84
HSV262°22°94°
CMYK 0.140.220.00   0.06
XYZ58.803954.894589.1577
Yxy54.89450.28990.2706
Hunter Lab74.090812.0117-19.4835
CIE-Lab78.980516.6502-23.3503

#cebbef color RGB value is (206,187,239).

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

The process color (four color CMYK) of #cebbef color hex is 0.14, 0.22, 0.00, 0.06. Web safe color of #cebbef is #ccccff. Color #cebbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111011 11101111
Octal 316 273 357
Decimal 206 187 239
Hex CE BB EF

RGB Percentages of Color #cebbef

%32.59
%29.59
%37.82

CMYK Percentages of Color #cebbef

%14
%22
%0
%6

Triadic Colors of #cebbef

#cebbef #efcebb #bbefce

Analogous Colors of #cebbef

#cebbef #e8bbef #bbc2ef

Monochromatic Colors of #cebbef

#cebbef

Complementary Color

#cebbef #dcefbb

#cebbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebbef Color CSS Codes

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

#cebbef Text Font Color

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

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


#cebbef Background Color

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

This div background color is #cebbef


#cebbef Border Color

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

This div border color is #cebbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebbef


Comments

No comments written yet.

Please login to write comment.