Color Hex Logo

#c9cec1 Color Hex

#C9CEC1
(201,206,193)
0 Favorites   0 Comments

Color spaces of #c9cec1

RGB 201206193
HSL0.230.120.78
HSV83°81°
CMYK 0.020.000.06   0.19
XYZ55.784360.410459.1723
Yxy60.41040.31810.3445
Hunter Lab77.7241-7.90399.2687
CIE-Lab82.0608-4.04815.8593

#c9cec1 color RGB value is (201,206,193).

#c9cec1 hex color red value is 201, green value is 206 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #c9cec1 hue: 0.23 , saturation: 0.12 and the lightness value of c9cec1 is 0.78.

The process color (four color CMYK) of #c9cec1 color hex is 0.02, 0.00, 0.06, 0.19. Web safe color of #c9cec1 is #cccccc. Color #c9cec1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001110 11000001
Octal 311 316 301
Decimal 201 206 193
Hex C9 CE C1

RGB Percentages of Color #c9cec1

%33.50
%34.33
%32.17

CMYK Percentages of Color #c9cec1

%2
%0
%6
%19

Triadic Colors of #c9cec1

#c9cec1 #c1c9ce #cec1c9

Analogous Colors of #c9cec1

#c9cec1 #c3cec1 #cecdc1

Monochromatic Colors of #c9cec1

#c9cec1

Complementary Color

#c9cec1 #c6c1ce

#c9cec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cec1 Color CSS Codes

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

#c9cec1 Text Font Color

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

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


#c9cec1 Background Color

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

This div background color is #c9cec1


#c9cec1 Border Color

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

This div border color is #c9cec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cec1


Comments

No comments written yet.

Please login to write comment.