Color Hex Logo

#edf52b Color Hex

#EDF52B
(237,245,43)
0 Favorites   0 Comments

Color spaces of #edf52b

RGB 23724543
HSL0.170.910.56
HSV62°82°96°
CMYK 0.030.000.82   0.04
XYZ68.013583.483814.8148
Yxy83.48380.40900.5020
Hunter Lab91.3695-27.024954.3452
CIE-Lab93.2258-23.580085.4536

#edf52b color RGB value is (237,245,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110101 00101011
Octal 355 365 53
Decimal 237 245 43
Hex ED F5 2B

RGB Percentages of Color #edf52b

%45.14
%46.67
%8.19

CMYK Percentages of Color #edf52b

%3
%0
%82
%4

Triadic Colors of #edf52b

#edf52b #2bedf5 #f52bed

Analogous Colors of #edf52b

#edf52b #88f52b #f5982b

Monochromatic Colors of #edf52b

#edf52b

Complementary Color

#edf52b #332bf5

#edf52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf52b Color CSS Codes

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

#edf52b Text Font Color

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

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


#edf52b Background Color

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

This div background color is #edf52b


#edf52b Border Color

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

This div border color is #edf52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf52b


Comments

No comments written yet.

Please login to write comment.