Color Hex Logo

#edfd24 Color Hex

#EDFD24
(237,253,36)
0 Favorites   0 Comments

Color spaces of #edfd24

RGB 23725336
HSL0.180.980.57
HSV64°86°99°
CMYK 0.060.000.86   0.01
XYZ70.368888.382515.0198
Yxy88.38250.40500.5086
Hunter Lab94.0120-30.912156.3359
CIE-Lab95.3218-27.510288.5950

#edfd24 color RGB value is (237,253,36).

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

The process color (four color CMYK) of #edfd24 color hex is 0.06, 0.00, 0.86, 0.01. Web safe color of #edfd24 is #ffff33. Color #edfd24 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 00100100
Octal 355 375 44
Decimal 237 253 36
Hex ED FD 24

RGB Percentages of Color #edfd24

%45.06
%48.10
%6.84

CMYK Percentages of Color #edfd24

%6
%0
%86
%1

Triadic Colors of #edfd24

#edfd24 #24edfd #fd24ed

Analogous Colors of #edfd24

#edfd24 #81fd24 #fda124

Monochromatic Colors of #edfd24

#edfd24

Complementary Color

#edfd24 #3424fd

#edfd24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfd24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfd24 Color CSS Codes

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

#edfd24 Text Font Color

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

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


#edfd24 Background Color

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

This div background color is #edfd24


#edfd24 Border Color

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

This div border color is #edfd24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfd24

Related Colors


Comments

No comments written yet.

Please login to write comment.