Color Hex Logo

#edf916 Color Hex

#EDF916
(237,249,22)
0 Favorites   0 Comments

Color spaces of #edf916

RGB 23724922
HSL0.180.950.53
HSV63°91°98°
CMYK 0.050.000.91   0.02
XYZ68.945685.813813.6890
Yxy85.81380.40930.5094
Hunter Lab92.6357-29.261156.0836
CIE-Lab94.2327-25.886189.8642

#edf916 color RGB value is (237,249,22).

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

The process color (four color CMYK) of #edf916 color hex is 0.05, 0.00, 0.91, 0.02. Web safe color of #edf916 is #ffff00. Color #edf916 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111001 00010110
Octal 355 371 26
Decimal 237 249 22
Hex ED F9 16

RGB Percentages of Color #edf916

%46.65
%49.02
%4.33

CMYK Percentages of Color #edf916

%5
%0
%91
%2

Triadic Colors of #edf916

#edf916 #16edf9 #f916ed

Analogous Colors of #edf916

#edf916 #7cf916 #f99416

Monochromatic Colors of #edf916

#edf916

Complementary Color

#edf916 #2216f9

#edf916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf916 Color CSS Codes

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

#edf916 Text Font Color

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

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


#edf916 Background Color

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

This div background color is #edf916


#edf916 Border Color

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

This div border color is #edf916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf916


Comments

No comments written yet.

Please login to write comment.