Color Hex Logo

#cebeb6 Color Hex

#CEBEB6
(206,190,182)
0 Favorites   0 Comments

Color spaces of #cebeb6

RGB 206190182
HSL0.060.200.76
HSV20°12°81°
CMYK 0.000.080.12   0.19
XYZ52.310653.326151.7919
Yxy53.32610.33230.3387
Hunter Lab73.02470.07369.0666
CIE-Lab78.06714.28966.0628

#cebeb6 color RGB value is (206,190,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111110 10110110
Octal 316 276 266
Decimal 206 190 182
Hex CE BE B6

RGB Percentages of Color #cebeb6

%35.64
%32.87
%31.49

CMYK Percentages of Color #cebeb6

%0
%8
%12
%19

Triadic Colors of #cebeb6

#cebeb6 #b6cebe #beb6ce

Analogous Colors of #cebeb6

#cebeb6 #cecab6 #ceb6ba

Monochromatic Colors of #cebeb6

#cebeb6

Complementary Color

#cebeb6 #b6c6ce

#cebeb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebeb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebeb6 Color CSS Codes

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

#cebeb6 Text Font Color

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

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


#cebeb6 Background Color

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

This div background color is #cebeb6


#cebeb6 Border Color

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

This div border color is #cebeb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebeb6


Comments

No comments written yet.

Please login to write comment.