Color Hex Logo

#edf42d Color Hex

#EDF42D
(237,244,45)
0 Favorites   0 Comments

Color spaces of #edf42d

RGB 23724445
HSL0.170.900.57
HSV62°82°96°
CMYK 0.030.000.82   0.04
XYZ67.749482.895414.9123
Yxy82.89540.40920.5007
Hunter Lab91.0469-26.507554.0219
CIE-Lab92.9686-23.050984.7850

#edf42d color RGB value is (237,244,45).

#edf42d hex color red value is 237, green value is 244 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #edf42d hue: 0.17 , saturation: 0.90 and the lightness value of edf42d is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110100 00101101
Octal 355 364 55
Decimal 237 244 45
Hex ED F4 2D

RGB Percentages of Color #edf42d

%45.06
%46.39
%8.56

CMYK Percentages of Color #edf42d

%3
%0
%82
%4

Triadic Colors of #edf42d

#edf42d #2dedf4 #f42ded

Analogous Colors of #edf42d

#edf42d #8af42d #f4982d

Monochromatic Colors of #edf42d

#edf42d

Complementary Color

#edf42d #342df4

#edf42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf42d Color CSS Codes

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

#edf42d Text Font Color

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

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


#edf42d Background Color

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

This div background color is #edf42d


#edf42d Border Color

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

This div border color is #edf42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf42d


Comments

No comments written yet.

Please login to write comment.