Color Hex Logo

#c2deac Color Hex

#C2DEAC
(194,222,172)
0 Favorites   0 Comments

Color spaces of #c2deac

RGB 194222172
HSL0.260.430.77
HSV94°23°87°
CMYK 0.130.000.23   0.13
XYZ55.815866.690448.9605
Yxy66.69040.32550.3889
Hunter Lab81.6642-20.911221.6185
CIE-Lab85.3474-18.135721.5134

#c2deac color RGB value is (194,222,172).

#c2deac hex color red value is 194, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c2deac hue: 0.26 , saturation: 0.43 and the lightness value of c2deac is 0.77.

The process color (four color CMYK) of #c2deac color hex is 0.13, 0.00, 0.23, 0.13. Web safe color of #c2deac is #cccc99. Color #c2deac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011110 10101100
Octal 302 336 254
Decimal 194 222 172
Hex C2 DE AC

RGB Percentages of Color #c2deac

%32.99
%37.76
%29.25

CMYK Percentages of Color #c2deac

%13
%0
%23
%13

Triadic Colors of #c2deac

#c2deac #acc2de #deacc2

Analogous Colors of #c2deac

#c2deac #acdeaf #dbdeac

Monochromatic Colors of #c2deac

#c2deac

Complementary Color

#c2deac #c8acde

#c2deac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2deac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2deac Color CSS Codes

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

#c2deac Text Font Color

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

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


#c2deac Background Color

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

This div background color is #c2deac


#c2deac Border Color

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

This div border color is #c2deac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2deac


Comments

No comments written yet.

Please login to write comment.