Color Hex Logo

#edf828 Color Hex

#EDF828
(237,248,40)
0 Favorites   0 Comments

Color spaces of #edf828

RGB 23724840
HSL0.180.940.56
HSV63°84°97°
CMYK 0.040.000.84   0.03
XYZ68.875585.292514.8405
Yxy85.29250.40750.5047
Hunter Lab92.3539-28.498155.1204
CIE-Lab94.0090-25.074386.7445

#edf828 color RGB value is (237,248,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111000 00101000
Octal 355 370 50
Decimal 237 248 40
Hex ED F8 28

RGB Percentages of Color #edf828

%45.14
%47.24
%7.62

CMYK Percentages of Color #edf828

%4
%0
%84
%3

Triadic Colors of #edf828

#edf828 #28edf8 #f828ed

Analogous Colors of #edf828

#edf828 #85f828 #f89b28

Monochromatic Colors of #edf828

#edf828

Complementary Color

#edf828 #3328f8

#edf828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf828 Color CSS Codes

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

#edf828 Text Font Color

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

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


#edf828 Background Color

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

This div background color is #edf828


#edf828 Border Color

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

This div border color is #edf828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf828

Related Colors


Comments

No comments written yet.

Please login to write comment.