Color Hex Logo

#c2daac Color Hex

#C2DAAC
(194,218,172)
0 Favorites   0 Comments

Color spaces of #c2daac

RGB 194218172
HSL0.250.380.76
HSV91°21°85°
CMYK 0.110.000.21   0.15
XYZ54.765964.590748.6105
Yxy64.59070.32610.3845
Hunter Lab80.3683-19.008220.3965
CIE-Lab84.2724-16.144120.0259

#c2daac color RGB value is (194,218,172).

#c2daac hex color red value is 194, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c2daac hue: 0.25 , saturation: 0.38 and the lightness value of c2daac is 0.76.

The process color (four color CMYK) of #c2daac color hex is 0.11, 0.00, 0.21, 0.15. Web safe color of #c2daac is #cccc99. Color #c2daac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011010 10101100
Octal 302 332 254
Decimal 194 218 172
Hex C2 DA AC

RGB Percentages of Color #c2daac

%33.22
%37.33
%29.45

CMYK Percentages of Color #c2daac

%11
%0
%21
%15

Triadic Colors of #c2daac

#c2daac #acc2da #daacc2

Analogous Colors of #c2daac

#c2daac #acdaad #d9daac

Monochromatic Colors of #c2daac

#c2daac

Complementary Color

#c2daac #c4acda

#c2daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2daac Color CSS Codes

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

#c2daac Text Font Color

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

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


#c2daac Background Color

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

This div background color is #c2daac


#c2daac Border Color

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

This div border color is #c2daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2daac


Comments

No comments written yet.

Please login to write comment.