Color Hex Logo

#c2bbaa Color Hex

#C2BBAA
(194,187,170)
0 Favorites   0 Comments

Color spaces of #c2bbaa

RGB 194187170
HSL0.120.160.71
HSV43°12°76°
CMYK 0.000.040.12   0.24
XYZ47.274249.912345.1726
Yxy49.91230.33210.3506
Hunter Lab70.6486-4.192711.5441
CIE-Lab76.0154-0.46309.4818

#c2bbaa color RGB value is (194,187,170).

#c2bbaa hex color red value is 194, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c2bbaa hue: 0.12 , saturation: 0.16 and the lightness value of c2bbaa is 0.71.

The process color (four color CMYK) of #c2bbaa color hex is 0.00, 0.04, 0.12, 0.24. Web safe color of #c2bbaa is #cccc99. Color #c2bbaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111011 10101010
Octal 302 273 252
Decimal 194 187 170
Hex C2 BB AA

RGB Percentages of Color #c2bbaa

%35.21
%33.94
%30.85

CMYK Percentages of Color #c2bbaa

%0
%4
%12
%24

Triadic Colors of #c2bbaa

#c2bbaa #aac2bb #bbaac2

Analogous Colors of #c2bbaa

#c2bbaa #bdc2aa #c2afaa

Monochromatic Colors of #c2bbaa

#c2bbaa

Complementary Color

#c2bbaa #aab1c2

#c2bbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bbaa Color CSS Codes

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

#c2bbaa Text Font Color

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

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


#c2bbaa Background Color

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

This div background color is #c2bbaa


#c2bbaa Border Color

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

This div border color is #c2bbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bbaa


Comments

No comments written yet.

Please login to write comment.