Color Hex Logo

#c9ccbe Color Hex

#C9CCBE
(201,204,190)
0 Favorites   0 Comments

Color spaces of #c9ccbe

RGB 201204190
HSL0.200.120.77
HSV73°80°
CMYK 0.010.000.07   0.20
XYZ54.974559.320957.2678
Yxy59.32090.32040.3458
Hunter Lab77.0201-7.37749.8293
CIE-Lab81.4677-3.52726.6068

#c9ccbe color RGB value is (201,204,190).

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

The process color (four color CMYK) of #c9ccbe color hex is 0.01, 0.00, 0.07, 0.20. Web safe color of #c9ccbe is #cccccc. Color #c9ccbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001100 10111110
Octal 311 314 276
Decimal 201 204 190
Hex C9 CC BE

RGB Percentages of Color #c9ccbe

%33.78
%34.29
%31.93

CMYK Percentages of Color #c9ccbe

%1
%0
%7
%20

Triadic Colors of #c9ccbe

#c9ccbe #bec9cc #ccbec9

Analogous Colors of #c9ccbe

#c9ccbe #c2ccbe #ccc8be

Monochromatic Colors of #c9ccbe

#c9ccbe

Complementary Color

#c9ccbe #c1becc

#c9ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ccbe Color CSS Codes

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

#c9ccbe Text Font Color

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

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


#c9ccbe Background Color

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

This div background color is #c9ccbe


#c9ccbe Border Color

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

This div border color is #c9ccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ccbe


Comments

No comments written yet.

Please login to write comment.