Color Hex Logo

#edf149 Color Hex

#EDF149
(237,241,73)
0 Favorites   0 Comments

Color spaces of #edf149

RGB 23724173
HSL0.170.860.62
HSV61°70°95°
CMYK 0.020.000.70   0.05
XYZ67.582981.396218.4524
Yxy81.39620.40360.4861
Hunter Lab90.2198-24.171951.0275
CIE-Lab92.3077-20.568376.0595

#edf149 color RGB value is (237,241,73).

#edf149 hex color red value is 237, green value is 241 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #edf149 hue: 0.17 , saturation: 0.86 and the lightness value of edf149 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110001 01001001
Octal 355 361 111
Decimal 237 241 73
Hex ED F1 49

RGB Percentages of Color #edf149

%43.01
%43.74
%13.25

CMYK Percentages of Color #edf149

%2
%0
%70
%5

Triadic Colors of #edf149

#edf149 #49edf1 #f149ed

Analogous Colors of #edf149

#edf149 #99f149 #f1a149

Monochromatic Colors of #edf149

#edf149

Complementary Color

#edf149 #4d49f1

#edf149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf149 Color CSS Codes

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

#edf149 Text Font Color

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

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


#edf149 Background Color

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

This div background color is #edf149


#edf149 Border Color

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

This div border color is #edf149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf149


Comments

No comments written yet.

Please login to write comment.