Color Hex Logo

#c2f5ae Color Hex

#C2F5AE
(194,245,174)
0 Favorites   0 Comments

Color spaces of #c2f5ae

RGB 194245174
HSL0.290.780.82
HSV103°29°96°
CMYK 0.210.000.29   0.04
XYZ62.540579.830152.1569
Yxy79.83010.32150.4104
Hunter Lab89.3477-31.414227.9327
CIE-Lab91.6086-28.941829.0442

#c2f5ae color RGB value is (194,245,174).

#c2f5ae hex color red value is 194, green value is 245 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c2f5ae hue: 0.29 , saturation: 0.78 and the lightness value of c2f5ae is 0.82.

The process color (four color CMYK) of #c2f5ae color hex is 0.21, 0.00, 0.29, 0.04. Web safe color of #c2f5ae is #ccff99. Color #c2f5ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11110101 10101110
Octal 302 365 256
Decimal 194 245 174
Hex C2 F5 AE

RGB Percentages of Color #c2f5ae

%31.65
%39.97
%28.38

CMYK Percentages of Color #c2f5ae

%21
%0
%29
%4

Triadic Colors of #c2f5ae

#c2f5ae #aec2f5 #f5aec2

Analogous Colors of #c2f5ae

#c2f5ae #aef5be #e6f5ae

Monochromatic Colors of #c2f5ae

#c2f5ae

Complementary Color

#c2f5ae #e1aef5

#c2f5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2f5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2f5ae Color CSS Codes

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

#c2f5ae Text Font Color

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

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


#c2f5ae Background Color

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

This div background color is #c2f5ae


#c2f5ae Border Color

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

This div border color is #c2f5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2f5ae


Comments

No comments written yet.

Please login to write comment.