Color Hex Logo

#c9cace Color Hex

#C9CACE
(201,202,206)
2 Favorites   0 Comments

Color spaces of #c9cace

RGB 201202206
HSL0.630.050.80
HSV228°81°
CMYK 0.020.020.00   0.19
XYZ56.348559.114866.8329
Yxy59.11480.30910.3243
Hunter Lab76.8861-3.73132.2828
CIE-Lab81.35470.4021-2.1176

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

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

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

Base Numbers

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

RGB Percentages of Color #c9cace

%33.00
%33.17
%33.83

CMYK Percentages of Color #c9cace

%2
%2
%0
%19

Triadic Colors of #c9cace

#c9cace #cec9ca #cacec9

Analogous Colors of #c9cace

#c9cace #cbc9ce #c9cdce

Monochromatic Colors of #c9cace

#c9cace

Complementary Color

#c9cace #cecdc9

#c9cace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cace Color CSS Codes

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

#c9cace Text Font Color

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

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


#c9cace Background Color

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

This div background color is #c9cace


#c9cace Border Color

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

This div border color is #c9cace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cace

#c9cace Color Palettes


Comments

No comments written yet.

Please login to write comment.