Color Hex Logo

#edf85d Color Hex

#EDF85D
(237,248,93)
0 Favorites   0 Comments

Color spaces of #edf85d

RGB 23724893
HSL0.180.920.67
HSV64°63°97°
CMYK 0.040.000.63   0.03
XYZ70.468285.929623.2279
Yxy85.92960.39230.4784
Hunter Lab92.6982-26.528150.0321
CIE-Lab94.2822-22.816670.6385

#edf85d color RGB value is (237,248,93).

#edf85d hex color red value is 237, green value is 248 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #edf85d hue: 0.18 , saturation: 0.92 and the lightness value of edf85d is 0.67.

The process color (four color CMYK) of #edf85d color hex is 0.04, 0.00, 0.63, 0.03. Web safe color of #edf85d is #ffff66. Color #edf85d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111000 01011101
Octal 355 370 135
Decimal 237 248 93
Hex ED F8 5D

RGB Percentages of Color #edf85d

%41.00
%42.91
%16.09

CMYK Percentages of Color #edf85d

%4
%0
%63
%3

Triadic Colors of #edf85d

#edf85d #5dedf8 #f85ded

Analogous Colors of #edf85d

#edf85d #a0f85d #f8b65d

Monochromatic Colors of #edf85d

#edf85d

Complementary Color

#edf85d #685df8

#edf85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf85d Color CSS Codes

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

#edf85d Text Font Color

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

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


#edf85d Background Color

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

This div background color is #edf85d


#edf85d Border Color

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

This div border color is #edf85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf85d


Comments

No comments written yet.

Please login to write comment.