Color Hex Logo

#cebeb5 Color Hex

#CEBEB5
(206,190,181)
0 Favorites   0 Comments

Color spaces of #cebeb5

RGB 206190181
HSL0.060.200.76
HSV22°12°81°
CMYK 0.000.080.12   0.19
XYZ52.207553.284951.2494
Yxy53.28490.33310.3400
Hunter Lab72.9965-0.07979.4712
CIE-Lab78.04294.12476.5680

#cebeb5 color RGB value is (206,190,181).

#cebeb5 hex color red value is 206, green value is 190 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #cebeb5 hue: 0.06 , saturation: 0.20 and the lightness value of cebeb5 is 0.76.

The process color (four color CMYK) of #cebeb5 color hex is 0.00, 0.08, 0.12, 0.19. Web safe color of #cebeb5 is #cccccc. Color #cebeb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111110 10110101
Octal 316 276 265
Decimal 206 190 181
Hex CE BE B5

RGB Percentages of Color #cebeb5

%35.70
%32.93
%31.37

CMYK Percentages of Color #cebeb5

%0
%8
%12
%19

Triadic Colors of #cebeb5

#cebeb5 #b5cebe #beb5ce

Analogous Colors of #cebeb5

#cebeb5 #cecbb5 #ceb5b9

Monochromatic Colors of #cebeb5

#cebeb5

Complementary Color

#cebeb5 #b5c5ce

#cebeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebeb5 Color CSS Codes

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

#cebeb5 Text Font Color

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

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


#cebeb5 Background Color

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

This div background color is #cebeb5


#cebeb5 Border Color

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

This div border color is #cebeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebeb5


Comments

No comments written yet.

Please login to write comment.