Color Hex Logo

#c2caab Color Hex

#C2CAAB
(194,202,171)
0 Favorites   0 Comments

Color spaces of #c2caab

RGB 194202171
HSL0.210.230.73
HSV75°15°79°
CMYK 0.040.000.15   0.21
XYZ50.719356.650746.7896
Yxy56.65070.32900.3675
Hunter Lab75.2667-11.432415.8290
CIE-Lab79.9827-8.165014.5630

#c2caab color RGB value is (194,202,171).

#c2caab hex color red value is 194, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c2caab hue: 0.21 , saturation: 0.23 and the lightness value of c2caab is 0.73.

The process color (four color CMYK) of #c2caab color hex is 0.04, 0.00, 0.15, 0.21. Web safe color of #c2caab is #cccc99. Color #c2caab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001010 10101011
Octal 302 312 253
Decimal 194 202 171
Hex C2 CA AB

RGB Percentages of Color #c2caab

%34.22
%35.63
%30.16

CMYK Percentages of Color #c2caab

%4
%0
%15
%21

Triadic Colors of #c2caab

#c2caab #abc2ca #caabc2

Analogous Colors of #c2caab

#c2caab #b3caab #cac3ab

Monochromatic Colors of #c2caab

#c2caab

Complementary Color

#c2caab #b3abca

#c2caab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2caab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2caab Color CSS Codes

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

#c2caab Text Font Color

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

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


#c2caab Background Color

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

This div background color is #c2caab


#c2caab Border Color

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

This div border color is #c2caab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2caab


Comments

No comments written yet.

Please login to write comment.