Color Hex Logo

#edf991 Color Hex

#EDF991
(237,249,145)
0 Favorites   0 Comments

Color spaces of #edf991

RGB 237249145
HSL0.190.900.77
HSV67°42°98°
CMYK 0.050.000.42   0.02
XYZ73.911687.800239.8396
Yxy87.80020.36670.4356
Hunter Lab93.7018-23.177940.3826
CIE-Lab95.0767-18.987148.4637

#edf991 color RGB value is (237,249,145).

#edf991 hex color red value is 237, green value is 249 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #edf991 hue: 0.19 , saturation: 0.90 and the lightness value of edf991 is 0.77.

The process color (four color CMYK) of #edf991 color hex is 0.05, 0.00, 0.42, 0.02. Web safe color of #edf991 is #ffff99. Color #edf991 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111001 10010001
Octal 355 371 221
Decimal 237 249 145
Hex ED F9 91

RGB Percentages of Color #edf991

%37.56
%39.46
%22.98

CMYK Percentages of Color #edf991

%5
%0
%42
%2

Triadic Colors of #edf991

#edf991 #91edf9 #f991ed

Analogous Colors of #edf991

#edf991 #b9f991 #f9d191

Monochromatic Colors of #edf991

#edf991

Complementary Color

#edf991 #9d91f9

#edf991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf991 Color CSS Codes

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

#edf991 Text Font Color

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

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


#edf991 Background Color

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

This div background color is #edf991


#edf991 Border Color

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

This div border color is #edf991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf991

Related Colors


Comments

No comments written yet.

Please login to write comment.