Color Hex Logo

#c2cbac Color Hex

#C2CBAC
(194,203,172)
0 Favorites   0 Comments

Color spaces of #c2cbac

RGB 194203172
HSL0.220.230.74
HSV77°15°80°
CMYK 0.040.000.15   0.20
XYZ51.050557.159847.3720
Yxy57.15980.32810.3674
Hunter Lab75.6041-11.777815.7730
CIE-Lab80.2694-8.519814.4336

#c2cbac color RGB value is (194,203,172).

#c2cbac hex color red value is 194, green value is 203 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c2cbac hue: 0.22 , saturation: 0.23 and the lightness value of c2cbac is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001011 10101100
Octal 302 313 254
Decimal 194 203 172
Hex C2 CB AC

RGB Percentages of Color #c2cbac

%34.09
%35.68
%30.23

CMYK Percentages of Color #c2cbac

%4
%0
%15
%20

Triadic Colors of #c2cbac

#c2cbac #acc2cb #cbacc2

Analogous Colors of #c2cbac

#c2cbac #b3cbac #cbc5ac

Monochromatic Colors of #c2cbac

#c2cbac

Complementary Color

#c2cbac #b5accb

#c2cbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cbac Color CSS Codes

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

#c2cbac Text Font Color

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

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


#c2cbac Background Color

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

This div background color is #c2cbac


#c2cbac Border Color

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

This div border color is #c2cbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cbac


Comments

No comments written yet.

Please login to write comment.