Color Hex Logo

#cebbba Color Hex

#CEBBBA
(206,187,186)
0 Favorites   0 Comments

Color spaces of #cebbba

RGB 206187186
HSL0.010.170.77
HSV10°81°
CMYK 0.000.090.10   0.19
XYZ52.086852.207653.7862
Yxy52.20760.32950.3303
Hunter Lab72.25482.23056.4431
CIE-Lab77.40486.55932.9421

#cebbba color RGB value is (206,187,186).

#cebbba hex color red value is 206, green value is 187 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cebbba hue: 0.01 , saturation: 0.17 and the lightness value of cebbba is 0.77.

The process color (four color CMYK) of #cebbba color hex is 0.00, 0.09, 0.10, 0.19. Web safe color of #cebbba is #cccccc. Color #cebbba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111011 10111010
Octal 316 273 272
Decimal 206 187 186
Hex CE BB BA

RGB Percentages of Color #cebbba

%35.58
%32.30
%32.12

CMYK Percentages of Color #cebbba

%0
%9
%10
%19

Triadic Colors of #cebbba

#cebbba #bacebb #bbbace

Analogous Colors of #cebbba

#cebbba #cec5ba #cebac3

Monochromatic Colors of #cebbba

#cebbba

Complementary Color

#cebbba #bacdce

#cebbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebbba Color CSS Codes

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

#cebbba Text Font Color

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

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


#cebbba Background Color

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

This div background color is #cebbba


#cebbba Border Color

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

This div border color is #cebbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebbba


Comments

No comments written yet.

Please login to write comment.