Color Hex Logo

#cebaeb Color Hex

#CEBAEB
(206,186,235)
0 Favorites   0 Comments

Color spaces of #cebaeb

RGB 206186235
HSL0.730.550.83
HSV264°21°92°
CMYK 0.120.210.00   0.08
XYZ58.007954.237886.0089
Yxy54.23780.29260.2736
Hunter Lab73.646311.7154-17.6902
CIE-Lab78.600216.3581-21.7767

#cebaeb color RGB value is (206,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 11101011
Octal 316 272 353
Decimal 206 186 235
Hex CE BA EB

RGB Percentages of Color #cebaeb

%32.85
%29.67
%37.48

CMYK Percentages of Color #cebaeb

%12
%21
%0
%8

Triadic Colors of #cebaeb

#cebaeb #ebceba #baebce

Analogous Colors of #cebaeb

#cebaeb #e7baeb #babfeb

Monochromatic Colors of #cebaeb

#cebaeb

Complementary Color

#cebaeb #d7ebba

#cebaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebaeb Color CSS Codes

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

#cebaeb Text Font Color

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

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


#cebaeb Background Color

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

This div background color is #cebaeb


#cebaeb Border Color

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

This div border color is #cebaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebaeb


Comments

No comments written yet.

Please login to write comment.