Color Hex Logo

#edf844 Color Hex

#EDF844
(237,248,68)
0 Favorites   0 Comments

Color spaces of #edf844

RGB 23724868
HSL0.180.930.62
HSV64°73°97°
CMYK 0.040.000.73   0.03
XYZ69.535885.556718.3180
Yxy85.55670.40100.4934
Hunter Lab92.4969-27.679753.0061
CIE-Lab94.1225-24.132879.4578

#edf844 color RGB value is (237,248,68).

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

The process color (four color CMYK) of #edf844 color hex is 0.04, 0.00, 0.73, 0.03. Web safe color of #edf844 is #ffff33. Color #edf844 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111000 01000100
Octal 355 370 104
Decimal 237 248 68
Hex ED F8 44

RGB Percentages of Color #edf844

%42.86
%44.85
%12.30

CMYK Percentages of Color #edf844

%4
%0
%73
%3

Triadic Colors of #edf844

#edf844 #44edf8 #f844ed

Analogous Colors of #edf844

#edf844 #93f844 #f8a944

Monochromatic Colors of #edf844

#edf844

Complementary Color

#edf844 #4f44f8

#edf844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf844 Color CSS Codes

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

#edf844 Text Font Color

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

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


#edf844 Background Color

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

This div background color is #edf844


#edf844 Border Color

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

This div border color is #edf844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf844


Comments

No comments written yet.

Please login to write comment.