Color Hex Logo

#edfa04 Color Hex

#EDFA04
(237,250,4)
0 Favorites   0 Comments

Color spaces of #edfa04

RGB 2372504
HSL0.180.970.50
HSV63°98°98°
CMYK 0.050.000.98   0.02
XYZ69.132686.384513.1451
Yxy86.38450.40990.5122
Hunter Lab92.9433-29.879756.6748
CIE-Lab94.4765-26.531291.6295

#edfa04 color RGB value is (237,250,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 00000100
Octal 355 372 4
Decimal 237 250 4
Hex ED FA 4

RGB Percentages of Color #edfa04

%48.27
%50.92
%0.81

CMYK Percentages of Color #edfa04

%5
%0
%98
%2

Triadic Colors of #edfa04

#edfa04 #04edfa #fa04ed

Analogous Colors of #edfa04

#edfa04 #72fa04 #fa8c04

Monochromatic Colors of #edfa04

#edfa04

Complementary Color

#edfa04 #1104fa

#edfa04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfa04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfa04 Color CSS Codes

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

#edfa04 Text Font Color

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

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


#edfa04 Background Color

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

This div background color is #edfa04


#edfa04 Border Color

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

This div border color is #edfa04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfa04

Related Colors


Comments

No comments written yet.

Please login to write comment.