Color Hex Logo

#c2cbaa Color Hex

#C2CBAA
(194,203,170)
0 Favorites   0 Comments

Color spaces of #c2cbaa

RGB 194203170
HSL0.210.240.73
HSV76°16°80°
CMYK 0.040.000.16   0.20
XYZ50.859857.083546.3678
Yxy57.08350.32960.3699
Hunter Lab75.5536-12.059516.5008
CIE-Lab80.2265-8.841815.4382

#c2cbaa color RGB value is (194,203,170).

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

The process color (four color CMYK) of #c2cbaa color hex is 0.04, 0.00, 0.16, 0.20. Web safe color of #c2cbaa is #cccc99. Color #c2cbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001011 10101010
Octal 302 313 252
Decimal 194 203 170
Hex C2 CB AA

RGB Percentages of Color #c2cbaa

%34.22
%35.80
%29.98

CMYK Percentages of Color #c2cbaa

%4
%0
%16
%20

Triadic Colors of #c2cbaa

#c2cbaa #aac2cb #cbaac2

Analogous Colors of #c2cbaa

#c2cbaa #b2cbaa #cbc4aa

Monochromatic Colors of #c2cbaa

#c2cbaa

Complementary Color

#c2cbaa #b3aacb

#c2cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cbaa Color CSS Codes

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

#c2cbaa Text Font Color

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

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


#c2cbaa Background Color

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

This div background color is #c2cbaa


#c2cbaa Border Color

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

This div border color is #c2cbaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,203,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 #c2cbaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cbaa


Comments

No comments written yet.

Please login to write comment.