Color Hex Logo

#c2cabb Color Hex

#C2CABB
(194,202,187)
0 Favorites   0 Comments

Color spaces of #c2cabb

RGB 194202187
HSL0.260.120.76
HSV92°79°
CMYK 0.040.000.07   0.21
XYZ52.338357.298255.3149
Yxy57.29820.31730.3474
Hunter Lab75.6956-9.04679.6605
CIE-Lab80.3470-5.46526.5311

#c2cabb color RGB value is (194,202,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001010 10111011
Octal 302 312 273
Decimal 194 202 187
Hex C2 CA BB

RGB Percentages of Color #c2cabb

%33.28
%34.65
%32.08

CMYK Percentages of Color #c2cabb

%4
%0
%7
%21

Triadic Colors of #c2cabb

#c2cabb #bbc2ca #cabbc2

Analogous Colors of #c2cabb

#c2cabb #bbcabc #cacabb

Monochromatic Colors of #c2cabb

#c2cabb

Complementary Color

#c2cabb #c3bbca

#c2cabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cabb Color CSS Codes

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

#c2cabb Text Font Color

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

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


#c2cabb Background Color

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

This div background color is #c2cabb


#c2cabb Border Color

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

This div border color is #c2cabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cabb


Comments

No comments written yet.

Please login to write comment.