Color Hex Logo

#edf548 Color Hex

#EDF548
(237,245,72)
0 Favorites   0 Comments

Color spaces of #edf548

RGB 23724572
HSL0.170.900.62
HSV63°71°96°
CMYK 0.030.000.71   0.04
XYZ68.747283.777218.6782
Yxy83.77720.40160.4893
Hunter Lab91.5299-26.107751.9718
CIE-Lab93.3536-22.528577.4132

#edf548 color RGB value is (237,245,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110101 01001000
Octal 355 365 110
Decimal 237 245 72
Hex ED F5 48

RGB Percentages of Color #edf548

%42.78
%44.22
%13.00

CMYK Percentages of Color #edf548

%3
%0
%71
%4

Triadic Colors of #edf548

#edf548 #48edf5 #f548ed

Analogous Colors of #edf548

#edf548 #97f548 #f5a748

Monochromatic Colors of #edf548

#edf548

Complementary Color

#edf548 #5048f5

#edf548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf548 Color CSS Codes

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

#edf548 Text Font Color

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

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


#edf548 Background Color

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

This div background color is #edf548


#edf548 Border Color

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

This div border color is #edf548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf548


Comments

No comments written yet.

Please login to write comment.