Color Hex Logo

#c9babe Color Hex

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

Color spaces of #c9babe

RGB 201186190
HSL0.960.120.76
HSV344°79°
CMYK 0.000.070.05   0.21
XYZ50.940651.253055.9232
Yxy51.25300.32220.3241
Hunter Lab71.59121.72683.7997
CIE-Lab76.83206.0046-0.1122

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

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

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

Base Numbers

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

RGB Percentages of Color #c9babe

%34.84
%32.24
%32.93

CMYK Percentages of Color #c9babe

%0
%7
%5
%21

Triadic Colors of #c9babe

#c9babe #bec9ba #babec9

Analogous Colors of #c9babe

#c9babe #c9beba #c9bac6

Monochromatic Colors of #c9babe

#c9babe

Complementary Color

#c9babe #bac9c5

#c9babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9babe Color CSS Codes

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

#c9babe Text Font Color

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

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


#c9babe Background Color

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

This div background color is #c9babe


#c9babe Border Color

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

This div border color is #c9babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9babe


Comments

No comments written yet.

Please login to write comment.