Color Hex Logo

#edf287 Color Hex

#EDF287
(237,242,135)
0 Favorites   0 Comments

Color spaces of #edf287

RGB 237242135
HSL0.170.800.74
HSV63°44°95°
CMYK 0.020.000.44   0.05
XYZ71.050483.258135.2473
Yxy83.25810.37480.4392
Hunter Lab91.2459-20.687740.9690
CIE-Lab93.1273-16.595750.8248

#edf287 color RGB value is (237,242,135).

#edf287 hex color red value is 237, green value is 242 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #edf287 hue: 0.17 , saturation: 0.80 and the lightness value of edf287 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110010 10000111
Octal 355 362 207
Decimal 237 242 135
Hex ED F2 87

RGB Percentages of Color #edf287

%38.60
%39.41
%21.99

CMYK Percentages of Color #edf287

%2
%0
%44
%5

Triadic Colors of #edf287

#edf287 #87edf2 #f287ed

Analogous Colors of #edf287

#edf287 #b8f287 #f2c287

Monochromatic Colors of #edf287

#edf287

Complementary Color

#edf287 #8c87f2

#edf287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf287 Color CSS Codes

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

#edf287 Text Font Color

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

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


#edf287 Background Color

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

This div background color is #edf287


#edf287 Border Color

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

This div border color is #edf287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf287


Comments

No comments written yet.

Please login to write comment.