Color Hex Logo

#edffc2 Color Hex

#EDFFC2
(237,255,194)
0 Favorites   0 Comments

Color spaces of #edffc2

RGB 237255194
HSL0.221.000.88
HSV78°24°100°
CMYK 0.070.000.24   0.00
XYZ80.422793.419664.8320
Yxy93.41960.33700.3914
Hunter Lab96.6538-20.619827.8880
CIE-Lab97.3976-15.867527.2562

#edffc2 color RGB value is (237,255,194).

#edffc2 hex color red value is 237, green value is 255 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #edffc2 hue: 0.22 , saturation: 1.00 and the lightness value of edffc2 is 0.88.

The process color (four color CMYK) of #edffc2 color hex is 0.07, 0.00, 0.24, 0.00. Web safe color of #edffc2 is #ffffcc. Color #edffc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 11000010
Octal 355 377 302
Decimal 237 255 194
Hex ED FF C2

RGB Percentages of Color #edffc2

%34.55
%37.17
%28.28

CMYK Percentages of Color #edffc2

%7
%0
%24
%0

Triadic Colors of #edffc2

#edffc2 #c2edff #ffc2ed

Analogous Colors of #edffc2

#edffc2 #cfffc2 #fff3c2

Monochromatic Colors of #edffc2

#edffc2

Complementary Color

#edffc2 #d4c2ff

#edffc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edffc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edffc2 Color CSS Codes

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

#edffc2 Text Font Color

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

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


#edffc2 Background Color

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

This div background color is #edffc2


#edffc2 Border Color

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

This div border color is #edffc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edffc2

#edffc2 Color Palettes


Comments

No comments written yet.

Please login to write comment.