Color Hex Logo

#edf860 Color Hex

#EDF860
(237,248,96)
0 Favorites   0 Comments

Color spaces of #edf860

RGB 23724896
HSL0.180.920.67
HSV64°61°97°
CMYK 0.040.000.61   0.03
XYZ70.603885.983923.9417
Yxy85.98390.39110.4763
Hunter Lab92.7275-26.361249.6009
CIE-Lab94.3055-22.626669.4667

#edf860 color RGB value is (237,248,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111000 01100000
Octal 355 370 140
Decimal 237 248 96
Hex ED F8 60

RGB Percentages of Color #edf860

%40.79
%42.69
%16.52

CMYK Percentages of Color #edf860

%4
%0
%61
%3

Triadic Colors of #edf860

#edf860 #60edf8 #f860ed

Analogous Colors of #edf860

#edf860 #a1f860 #f8b760

Monochromatic Colors of #edf860

#edf860

Complementary Color

#edf860 #6b60f8

#edf860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf860 Color CSS Codes

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

#edf860 Text Font Color

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

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


#edf860 Background Color

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

This div background color is #edf860


#edf860 Border Color

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

This div border color is #edf860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf860


Comments

No comments written yet.

Please login to write comment.