Color Hex Logo

#c2edac Color Hex

#C2EDAC
(194,237,172)
0 Favorites   0 Comments

Color spaces of #c2edac

RGB 194237172
HSL0.280.640.80
HSV100°27°93°
CMYK 0.180.000.27   0.07
XYZ59.978775.016350.3481
Yxy75.01630.32360.4047
Hunter Lab86.6120-27.959826.1627
CIE-Lab89.4006-25.445827.0677

#c2edac color RGB value is (194,237,172).

#c2edac hex color red value is 194, green value is 237 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c2edac hue: 0.28 , saturation: 0.64 and the lightness value of c2edac is 0.80.

The process color (four color CMYK) of #c2edac color hex is 0.18, 0.00, 0.27, 0.07. Web safe color of #c2edac is #ccff99. Color #c2edac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101101 10101100
Octal 302 355 254
Decimal 194 237 172
Hex C2 ED AC

RGB Percentages of Color #c2edac

%32.17
%39.30
%28.52

CMYK Percentages of Color #c2edac

%18
%0
%27
%7

Triadic Colors of #c2edac

#c2edac #acc2ed #edacc2

Analogous Colors of #c2edac

#c2edac #acedb7 #e3edac

Monochromatic Colors of #c2edac

#c2edac

Complementary Color

#c2edac #d7aced

#c2edac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2edac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2edac Color CSS Codes

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

#c2edac Text Font Color

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

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


#c2edac Background Color

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

This div background color is #c2edac


#c2edac Border Color

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

This div border color is #c2edac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2edac


Comments

No comments written yet.

Please login to write comment.