Color Hex Logo

#c9bebe Color Hex

#C9BEBE
(201,190,190)
1 Favorites   0 Comments

Color spaces of #c9bebe

RGB 201190190
HSL0.000.090.77
HSV79°
CMYK 0.000.050.05   0.21
XYZ51.795152.962156.2080
Yxy52.96210.32180.3290
Hunter Lab72.7751-0.31525.1498
CIE-Lab77.85263.86381.3761

#c9bebe color RGB value is (201,190,190).

#c9bebe hex color red value is 201, green value is 190 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c9bebe hue: 0.00 , saturation: 0.09 and the lightness value of c9bebe is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111110 10111110
Octal 311 276 276
Decimal 201 190 190
Hex C9 BE BE

RGB Percentages of Color #c9bebe

%34.60
%32.70
%32.70

CMYK Percentages of Color #c9bebe

%0
%5
%5
%21

Triadic Colors of #c9bebe

#c9bebe #bec9be #bebec9

Analogous Colors of #c9bebe

#c9bebe #c9c4be #c9bec4

Monochromatic Colors of #c9bebe

#c9bebe

Complementary Color

#c9bebe #bec9c9

#c9bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bebe Color CSS Codes

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

#c9bebe Text Font Color

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

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


#c9bebe Background Color

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

This div background color is #c9bebe


#c9bebe Border Color

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

This div border color is #c9bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bebe


Comments

No comments written yet.

Please login to write comment.