Color Hex Logo

#c2edaf Color Hex

#C2EDAF
(194,237,175)
0 Favorites   0 Comments

Color spaces of #c2edaf

RGB 194237175
HSL0.280.630.81
HSV102°26°93°
CMYK 0.180.000.26   0.07
XYZ60.270275.132951.8830
Yxy75.13290.32180.4012
Hunter Lab86.6792-27.573225.1867
CIE-Lab89.4552-24.987425.6059

#c2edaf color RGB value is (194,237,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101101 10101111
Octal 302 355 257
Decimal 194 237 175
Hex C2 ED AF

RGB Percentages of Color #c2edaf

%32.01
%39.11
%28.88

CMYK Percentages of Color #c2edaf

%18
%0
%26
%7

Triadic Colors of #c2edaf

#c2edaf #afc2ed #edafc2

Analogous Colors of #c2edaf

#c2edaf #afedbb #e1edaf

Monochromatic Colors of #c2edaf

#c2edaf

Complementary Color

#c2edaf #daafed

#c2edaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2edaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2edaf Color CSS Codes

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

#c2edaf Text Font Color

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

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


#c2edaf Background Color

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

This div background color is #c2edaf


#c2edaf Border Color

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

This div border color is #c2edaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2edaf


Comments

No comments written yet.

Please login to write comment.