Color Hex Logo

#edf873 Color Hex

#EDF873
(237,248,115)
0 Favorites   0 Comments

Color spaces of #edf873

RGB 237248115
HSL0.180.900.71
HSV65°54°97°
CMYK 0.040.000.54   0.03
XYZ71.587086.377129.1191
Yxy86.37710.38260.4617
Hunter Lab92.9393-25.153146.4812
CIE-Lab94.4734-21.258061.6159

#edf873 color RGB value is (237,248,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111000 01110011
Octal 355 370 163
Decimal 237 248 115
Hex ED F8 73

RGB Percentages of Color #edf873

%39.50
%41.33
%19.17

CMYK Percentages of Color #edf873

%4
%0
%54
%3

Triadic Colors of #edf873

#edf873 #73edf8 #f873ed

Analogous Colors of #edf873

#edf873 #abf873 #f8c173

Monochromatic Colors of #edf873

#edf873

Complementary Color

#edf873 #7e73f8

#edf873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf873 Color CSS Codes

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

#edf873 Text Font Color

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

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


#edf873 Background Color

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

This div background color is #edf873


#edf873 Border Color

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

This div border color is #edf873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf873


Comments

No comments written yet.

Please login to write comment.