Color Hex Logo

#c9beba Color Hex

#C9BEBA
(201,190,186)
0 Favorites   0 Comments

Color spaces of #c9beba

RGB 201190186
HSL0.040.120.76
HSV16°79°
CMYK 0.000.050.07   0.21
XYZ51.363852.789653.9366
Yxy52.78960.32490.3339
Hunter Lab72.6565-0.95996.8455
CIE-Lab77.75063.16673.3911

#c9beba color RGB value is (201,190,186).

#c9beba hex color red value is 201, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c9beba hue: 0.04 , saturation: 0.12 and the lightness value of c9beba is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111110 10111010
Octal 311 276 272
Decimal 201 190 186
Hex C9 BE BA

RGB Percentages of Color #c9beba

%34.84
%32.93
%32.24

CMYK Percentages of Color #c9beba

%0
%5
%7
%21

Triadic Colors of #c9beba

#c9beba #bac9be #bebac9

Analogous Colors of #c9beba

#c9beba #c9c6ba #c9babe

Monochromatic Colors of #c9beba

#c9beba

Complementary Color

#c9beba #bac5c9

#c9beba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9beba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9beba Color CSS Codes

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

#c9beba Text Font Color

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

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


#c9beba Background Color

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

This div background color is #c9beba


#c9beba Border Color

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

This div border color is #c9beba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9beba


Comments

No comments written yet.

Please login to write comment.