Color Hex Logo

#c9ceca Color Hex

#C9CECA
(201,206,202)
0 Favorites   0 Comments

Color spaces of #c9ceca

RGB 201206202
HSL0.370.050.80
HSV132°81°
CMYK 0.020.000.02   0.19
XYZ56.819460.824464.6227
Yxy60.82440.31170.3337
Hunter Lab77.9900-6.43685.4652
CIE-Lab82.2843-2.43801.3799

#c9ceca color RGB value is (201,206,202).

#c9ceca hex color red value is 201, green value is 206 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c9ceca hue: 0.37 , saturation: 0.05 and the lightness value of c9ceca is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001110 11001010
Octal 311 316 312
Decimal 201 206 202
Hex C9 CE CA

RGB Percentages of Color #c9ceca

%33.00
%33.83
%33.17

CMYK Percentages of Color #c9ceca

%2
%0
%2
%19

Triadic Colors of #c9ceca

#c9ceca #cac9ce #cecac9

Analogous Colors of #c9ceca

#c9ceca #c9cecd #cbcec9

Monochromatic Colors of #c9ceca

#c9ceca

Complementary Color

#c9ceca #cec9cd

#c9ceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ceca Color CSS Codes

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

#c9ceca Text Font Color

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

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


#c9ceca Background Color

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

This div background color is #c9ceca


#c9ceca Border Color

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

This div border color is #c9ceca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ceca


Comments

No comments written yet.

Please login to write comment.