Color Hex Logo

#edf92b Color Hex

#EDF92B
(237,249,43)
0 Favorites   0 Comments

Color spaces of #edf92b

RGB 23724943
HSL0.180.940.57
HSV63°83°98°
CMYK 0.050.000.83   0.02
XYZ69.236885.930315.2225
Yxy85.93030.40630.5043
Hunter Lab92.6986-28.900555.1527
CIE-Lab94.2825-25.469486.3404

#edf92b color RGB value is (237,249,43).

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

The process color (four color CMYK) of #edf92b color hex is 0.05, 0.00, 0.83, 0.02. Web safe color of #edf92b is #ffff33. Color #edf92b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111001 00101011
Octal 355 371 53
Decimal 237 249 43
Hex ED F9 2B

RGB Percentages of Color #edf92b

%44.80
%47.07
%8.13

CMYK Percentages of Color #edf92b

%5
%0
%83
%2

Triadic Colors of #edf92b

#edf92b #2bedf9 #f92bed

Analogous Colors of #edf92b

#edf92b #86f92b #f99e2b

Monochromatic Colors of #edf92b

#edf92b

Complementary Color

#edf92b #372bf9

#edf92b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf92b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf92b Color CSS Codes

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

#edf92b Text Font Color

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

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


#edf92b Background Color

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

This div background color is #edf92b


#edf92b Border Color

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

This div border color is #edf92b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,249,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 #edf92b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf92b


Comments

No comments written yet.

Please login to write comment.