Color Hex Logo

#edf915 Color Hex

#EDF915
(237,249,21)
0 Favorites   0 Comments

Color spaces of #edf915

RGB 23724921
HSL0.180.950.53
HSV63°92°98°
CMYK 0.050.000.92   0.02
XYZ68.936185.810013.6391
Yxy85.81000.40940.5096
Hunter Lab92.6337-29.272956.1139
CIE-Lab94.2311-25.899789.9832

#edf915 color RGB value is (237,249,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111001 00010101
Octal 355 371 25
Decimal 237 249 21
Hex ED F9 15

RGB Percentages of Color #edf915

%46.75
%49.11
%4.14

CMYK Percentages of Color #edf915

%5
%0
%92
%2

Triadic Colors of #edf915

#edf915 #15edf9 #f915ed

Analogous Colors of #edf915

#edf915 #7bf915 #f99315

Monochromatic Colors of #edf915

#edf915

Complementary Color

#edf915 #2115f9

#edf915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf915 Color CSS Codes

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

#edf915 Text Font Color

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

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


#edf915 Background Color

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

This div background color is #edf915


#edf915 Border Color

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

This div border color is #edf915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf915


Comments

No comments written yet.

Please login to write comment.