Color Hex Logo

#edfa01 Color Hex

#EDFA01
(237,250,1)
0 Favorites   0 Comments

Color spaces of #edfa01

RGB 2372501
HSL0.180.990.49
HSV63°100°98°
CMYK 0.050.001.00   0.02
XYZ69.116186.377913.0585
Yxy86.37790.41010.5125
Hunter Lab92.9397-29.900156.7273
CIE-Lab94.4737-26.554991.8422

#edfa01 color RGB value is (237,250,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 00000001
Octal 355 372 1
Decimal 237 250 1
Hex ED FA 1

RGB Percentages of Color #edfa01

%48.57
%51.23
%0.20

CMYK Percentages of Color #edfa01

%5
%0
%100
%2

Triadic Colors of #edfa01

#edfa01 #01edfa #fa01ed

Analogous Colors of #edfa01

#edfa01 #71fa01 #fa8b01

Monochromatic Colors of #edfa01

#edfa01

Complementary Color

#edfa01 #0e01fa

#edfa01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfa01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfa01 Color CSS Codes

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

#edfa01 Text Font Color

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

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


#edfa01 Background Color

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

This div background color is #edfa01


#edfa01 Border Color

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

This div border color is #edfa01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfa01


Comments

No comments written yet.

Please login to write comment.