Color Hex Logo

#edf431 Color Hex

#EDF431
(237,244,49)
0 Favorites   0 Comments

Color spaces of #edf431

RGB 23724449
HSL0.170.900.57
HSV62°80°96°
CMYK 0.030.000.80   0.04
XYZ67.830182.927615.3373
Yxy82.92760.40840.4993
Hunter Lab91.0646-26.406153.7595
CIE-Lab92.9827-22.934483.8391

#edf431 color RGB value is (237,244,49).

#edf431 hex color red value is 237, green value is 244 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #edf431 hue: 0.17 , saturation: 0.90 and the lightness value of edf431 is 0.57.

The process color (four color CMYK) of #edf431 color hex is 0.03, 0.00, 0.80, 0.04. Web safe color of #edf431 is #ffff33. Color #edf431 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110100 00110001
Octal 355 364 61
Decimal 237 244 49
Hex ED F4 31

RGB Percentages of Color #edf431

%44.72
%46.04
%9.25

CMYK Percentages of Color #edf431

%3
%0
%80
%4

Triadic Colors of #edf431

#edf431 #31edf4 #f431ed

Analogous Colors of #edf431

#edf431 #8cf431 #f49a31

Monochromatic Colors of #edf431

#edf431

Complementary Color

#edf431 #3831f4

#edf431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf431 Color CSS Codes

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

#edf431 Text Font Color

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

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


#edf431 Background Color

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

This div background color is #edf431


#edf431 Border Color

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

This div border color is #edf431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf431


Comments

No comments written yet.

Please login to write comment.