Color Hex Logo

#edf571 Color Hex

#EDF571
(237,245,113)
0 Favorites   0 Comments

Color spaces of #edf571

RGB 237245113
HSL0.180.870.70
HSV64°54°96°
CMYK 0.030.000.54   0.04
XYZ70.558184.501628.2144
Yxy84.50160.38500.4611
Hunter Lab91.9248-23.858246.1495
CIE-Lab93.6679-19.976461.5758

#edf571 color RGB value is (237,245,113).

#edf571 hex color red value is 237, green value is 245 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #edf571 hue: 0.18 , saturation: 0.87 and the lightness value of edf571 is 0.70.

The process color (four color CMYK) of #edf571 color hex is 0.03, 0.00, 0.54, 0.04. Web safe color of #edf571 is #ffff66. Color #edf571 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110101 01110001
Octal 355 365 161
Decimal 237 245 113
Hex ED F5 71

RGB Percentages of Color #edf571

%39.83
%41.18
%18.99

CMYK Percentages of Color #edf571

%3
%0
%54
%4

Triadic Colors of #edf571

#edf571 #71edf5 #f571ed

Analogous Colors of #edf571

#edf571 #abf571 #f5bb71

Monochromatic Colors of #edf571

#edf571

Complementary Color

#edf571 #7971f5

#edf571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf571 Color CSS Codes

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

#edf571 Text Font Color

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

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


#edf571 Background Color

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

This div background color is #edf571


#edf571 Border Color

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

This div border color is #edf571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf571

Related Colors


Comments

No comments written yet.

Please login to write comment.