Color Hex Logo

#cebab0 Color Hex

#CEBAB0
(206,186,176)
0 Favorites   0 Comments

Color spaces of #cebab0

RGB 206186176
HSL0.060.230.75
HSV20°15°81°
CMYK 0.000.100.15   0.19
XYZ50.849051.374248.3105
Yxy51.37420.33780.3413
Hunter Lab71.67581.200710.2108
CIE-Lab76.90515.44597.6389

#cebab0 color RGB value is (206,186,176).

#cebab0 hex color red value is 206, green value is 186 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #cebab0 hue: 0.06 , saturation: 0.23 and the lightness value of cebab0 is 0.75.

The process color (four color CMYK) of #cebab0 color hex is 0.00, 0.10, 0.15, 0.19. Web safe color of #cebab0 is #cccc99. Color #cebab0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 10110000
Octal 316 272 260
Decimal 206 186 176
Hex CE BA B0

RGB Percentages of Color #cebab0

%36.27
%32.75
%30.99

CMYK Percentages of Color #cebab0

%0
%10
%15
%19

Triadic Colors of #cebab0

#cebab0 #b0ceba #bab0ce

Analogous Colors of #cebab0

#cebab0 #cec9b0 #ceb0b5

Monochromatic Colors of #cebab0

#cebab0

Complementary Color

#cebab0 #b0c4ce

#cebab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebab0 Color CSS Codes

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

#cebab0 Text Font Color

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

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


#cebab0 Background Color

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

This div background color is #cebab0


#cebab0 Border Color

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

This div border color is #cebab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebab0

#cebab0 Color Palettes


Comments

No comments written yet.

Please login to write comment.