Color Hex Logo

#cebceb Color Hex

#CEBCEB
(206,188,235)
0 Favorites   0 Comments

Color spaces of #cebceb

RGB 206188235
HSL0.730.540.83
HSV263°20°92°
CMYK 0.120.200.00   0.08
XYZ58.432255.086486.1503
Yxy55.08640.29260.2759
Hunter Lab74.220210.6444-16.8661
CIE-Lab79.091015.2741-21.0317

#cebceb color RGB value is (206,188,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 11101011
Octal 316 274 353
Decimal 206 188 235
Hex CE BC EB

RGB Percentages of Color #cebceb

%32.75
%29.89
%37.36

CMYK Percentages of Color #cebceb

%12
%20
%0
%8

Triadic Colors of #cebceb

#cebceb #ebcebc #bcebce

Analogous Colors of #cebceb

#cebceb #e6bceb #bcc2eb

Monochromatic Colors of #cebceb

#cebceb

Complementary Color

#cebceb #d9ebbc

#cebceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebceb Color CSS Codes

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

#cebceb Text Font Color

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

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


#cebceb Background Color

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

This div background color is #cebceb


#cebceb Border Color

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

This div border color is #cebceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebceb


Comments

No comments written yet.

Please login to write comment.