Color Hex Logo

#c9cab6 Color Hex

#C9CAB6
(201,202,182)
0 Favorites   0 Comments

Color spaces of #c9cab6

RGB 201202182
HSL0.180.160.75
HSV63°10°79°
CMYK 0.000.000.10   0.21
XYZ53.651458.036052.6303
Yxy58.03600.32650.3532
Hunter Lab76.1814-7.607212.3661
CIE-Lab80.7588-3.84119.8657

#c9cab6 color RGB value is (201,202,182).

#c9cab6 hex color red value is 201, green value is 202 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #c9cab6 hue: 0.18 , saturation: 0.16 and the lightness value of c9cab6 is 0.75.

The process color (four color CMYK) of #c9cab6 color hex is 0.00, 0.00, 0.10, 0.21. Web safe color of #c9cab6 is #cccccc. Color #c9cab6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001010 10110110
Octal 311 312 266
Decimal 201 202 182
Hex C9 CA B6

RGB Percentages of Color #c9cab6

%34.36
%34.53
%31.11

CMYK Percentages of Color #c9cab6

%0
%0
%10
%21

Triadic Colors of #c9cab6

#c9cab6 #b6c9ca #cab6c9

Analogous Colors of #c9cab6

#c9cab6 #bfcab6 #cac1b6

Monochromatic Colors of #c9cab6

#c9cab6

Complementary Color

#c9cab6 #b7b6ca

#c9cab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cab6 Color CSS Codes

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

#c9cab6 Text Font Color

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

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


#c9cab6 Background Color

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

This div background color is #c9cab6


#c9cab6 Border Color

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

This div border color is #c9cab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cab6


Comments

No comments written yet.

Please login to write comment.