Color Hex Logo

#c2cabd Color Hex

#C2CABD
(194,202,189)
0 Favorites   0 Comments

Color spaces of #c2cabd

RGB 194202189
HSL0.270.110.77
HSV97°79°
CMYK 0.040.000.06   0.21
XYZ52.554057.384556.4505
Yxy57.38450.31590.3449
Hunter Lab75.7526-8.73108.8441
CIE-Lab80.3954-5.11145.5297

#c2cabd color RGB value is (194,202,189).

#c2cabd hex color red value is 194, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c2cabd hue: 0.27 , saturation: 0.11 and the lightness value of c2cabd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001010 10111101
Octal 302 312 275
Decimal 194 202 189
Hex C2 CA BD

RGB Percentages of Color #c2cabd

%33.16
%34.53
%32.31

CMYK Percentages of Color #c2cabd

%4
%0
%6
%21

Triadic Colors of #c2cabd

#c2cabd #bdc2ca #cabdc2

Analogous Colors of #c2cabd

#c2cabd #bdcabf #c9cabd

Monochromatic Colors of #c2cabd

#c2cabd

Complementary Color

#c2cabd #c5bdca

#c2cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cabd Color CSS Codes

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

#c2cabd Text Font Color

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

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


#c2cabd Background Color

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

This div background color is #c2cabd


#c2cabd Border Color

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

This div border color is #c2cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cabd


Comments

No comments written yet.

Please login to write comment.