Color Hex Logo

#c8bebe Color Hex

#C8BEBE
(200,190,190)
0 Favorites   0 Comments

Color spaces of #c8bebe

RGB 200190190
HSL0.000.080.76
HSV78°
CMYK 0.000.050.05   0.22
XYZ51.527152.824056.1955
Yxy52.82400.32090.3290
Hunter Lab72.6801-0.64135.0337
CIE-Lab77.77103.51011.2472

#c8bebe color RGB value is (200,190,190).

#c8bebe hex color red value is 200, green value is 190 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c8bebe hue: 0.00 , saturation: 0.08 and the lightness value of c8bebe is 0.76.

The process color (four color CMYK) of #c8bebe color hex is 0.00, 0.05, 0.05, 0.22. Web safe color of #c8bebe is #cccccc. Color #c8bebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111110 10111110
Octal 310 276 276
Decimal 200 190 190
Hex C8 BE BE

RGB Percentages of Color #c8bebe

%34.48
%32.76
%32.76

CMYK Percentages of Color #c8bebe

%0
%5
%5
%22

Triadic Colors of #c8bebe

#c8bebe #bec8be #bebec8

Analogous Colors of #c8bebe

#c8bebe #c8c3be #c8bec3

Monochromatic Colors of #c8bebe

#c8bebe

Complementary Color

#c8bebe #bec8c8

#c8bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8bebe Color CSS Codes

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

#c8bebe Text Font Color

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

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


#c8bebe Background Color

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

This div background color is #c8bebe


#c8bebe Border Color

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

This div border color is #c8bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8bebe


Comments

No comments written yet.

Please login to write comment.