Color Hex Logo

#edfa29 Color Hex

#EDFA29
(237,250,41)
0 Favorites   0 Comments

Color spaces of #edfa29

RGB 23725041
HSL0.180.950.57
HSV64°84°98°
CMYK 0.050.000.84   0.02
XYZ69.510986.535815.1373
Yxy86.53580.40610.5055
Hunter Lab93.0246-29.412355.4694
CIE-Lab94.5410-25.990486.9800

#edfa29 color RGB value is (237,250,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 00101001
Octal 355 372 51
Decimal 237 250 41
Hex ED FA 29

RGB Percentages of Color #edfa29

%44.89
%47.35
%7.77

CMYK Percentages of Color #edfa29

%5
%0
%84
%2

Triadic Colors of #edfa29

#edfa29 #29edfa #fa29ed

Analogous Colors of #edfa29

#edfa29 #85fa29 #fa9f29

Monochromatic Colors of #edfa29

#edfa29

Complementary Color

#edfa29 #3629fa

#edfa29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfa29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfa29 Color CSS Codes

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

#edfa29 Text Font Color

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

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


#edfa29 Background Color

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

This div background color is #edfa29


#edfa29 Border Color

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

This div border color is #edfa29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfa29


Comments

No comments written yet.

Please login to write comment.