Color Hex Logo

#edf53f Color Hex

#EDF53F
(237,245,63)
0 Favorites   0 Comments

Color spaces of #edf53f

RGB 23724563
HSL0.170.900.60
HSV63°74°96°
CMYK 0.030.000.74   0.04
XYZ68.474783.668217.2432
Yxy83.66820.40430.4939
Hunter Lab91.4703-26.447952.8524
CIE-Lab93.3062-22.917880.2535

#edf53f color RGB value is (237,245,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110101 00111111
Octal 355 365 77
Decimal 237 245 63
Hex ED F5 3F

RGB Percentages of Color #edf53f

%43.49
%44.95
%11.56

CMYK Percentages of Color #edf53f

%3
%0
%74
%4

Triadic Colors of #edf53f

#edf53f #3fedf5 #f53fed

Analogous Colors of #edf53f

#edf53f #92f53f #f5a23f

Monochromatic Colors of #edf53f

#edf53f

Complementary Color

#edf53f #473ff5

#edf53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf53f Color CSS Codes

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

#edf53f Text Font Color

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

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


#edf53f Background Color

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

This div background color is #edf53f


#edf53f Border Color

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

This div border color is #edf53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf53f


Comments

No comments written yet.

Please login to write comment.