Color Hex Logo

#cebcba Color Hex

#CEBCBA
(206,188,186)
0 Favorites   0 Comments

Color spaces of #cebcba

RGB 206188186
HSL0.020.170.77
HSV10°81°
CMYK 0.000.090.10   0.19
XYZ52.299752.633453.8571
Yxy52.63340.32940.3315
Hunter Lab72.54891.71826.7699
CIE-Lab77.65816.02443.3093

#cebcba color RGB value is (206,188,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 10111010
Octal 316 274 272
Decimal 206 188 186
Hex CE BC BA

RGB Percentages of Color #cebcba

%35.52
%32.41
%32.07

CMYK Percentages of Color #cebcba

%0
%9
%10
%19

Triadic Colors of #cebcba

#cebcba #bacebc #bcbace

Analogous Colors of #cebcba

#cebcba #cec6ba #cebac2

Monochromatic Colors of #cebcba

#cebcba

Complementary Color

#cebcba #baccce

#cebcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebcba Color CSS Codes

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

#cebcba Text Font Color

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

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


#cebcba Background Color

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

This div background color is #cebcba


#cebcba Border Color

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

This div border color is #cebcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebcba


Comments

No comments written yet.

Please login to write comment.