Color Hex Logo

#edfec0 Color Hex

#EDFEC0
(237,254,192)
0 Favorites   0 Comments

Color spaces of #edfec0

RGB 237254192
HSL0.210.970.87
HSV76°24°100°
CMYK 0.070.000.24   0.00
XYZ79.881392.693963.5507
Yxy92.69390.33830.3926
Hunter Lab96.2777-20.385028.2584
CIE-Lab97.1032-15.662227.8644

#edfec0 color RGB value is (237,254,192).

#edfec0 hex color red value is 237, green value is 254 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #edfec0 hue: 0.21 , saturation: 0.97 and the lightness value of edfec0 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 11000000
Octal 355 376 300
Decimal 237 254 192
Hex ED FE C0

RGB Percentages of Color #edfec0

%34.70
%37.19
%28.11

CMYK Percentages of Color #edfec0

%7
%0
%24
%0

Triadic Colors of #edfec0

#edfec0 #c0edfe #fec0ed

Analogous Colors of #edfec0

#edfec0 #cefec0 #fef0c0

Monochromatic Colors of #edfec0

#edfec0

Complementary Color

#edfec0 #d1c0fe

#edfec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfec0 Color CSS Codes

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

#edfec0 Text Font Color

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

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


#edfec0 Background Color

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

This div background color is #edfec0


#edfec0 Border Color

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

This div border color is #edfec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfec0

Related Colors


Comments

No comments written yet.

Please login to write comment.