Color Hex Logo

#edf228 Color Hex

#EDF228
(237,242,40)
0 Favorites   0 Comments

Color spaces of #edf228

RGB 23724240
HSL0.170.890.55
HSV61°83°95°
CMYK 0.020.000.83   0.05
XYZ67.060281.662014.2354
Yxy81.66200.41150.5011
Hunter Lab90.3670-25.679853.9170
CIE-Lab92.4255-22.229485.4326

#edf228 color RGB value is (237,242,40).

#edf228 hex color red value is 237, green value is 242 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #edf228 hue: 0.17 , saturation: 0.89 and the lightness value of edf228 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110010 00101000
Octal 355 362 50
Decimal 237 242 40
Hex ED F2 28

RGB Percentages of Color #edf228

%45.66
%46.63
%7.71

CMYK Percentages of Color #edf228

%2
%0
%83
%5

Triadic Colors of #edf228

#edf228 #28edf2 #f228ed

Analogous Colors of #edf228

#edf228 #88f228 #f29228

Monochromatic Colors of #edf228

#edf228

Complementary Color

#edf228 #2d28f2

#edf228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf228 Color CSS Codes

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

#edf228 Text Font Color

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

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


#edf228 Background Color

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

This div background color is #edf228


#edf228 Border Color

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

This div border color is #edf228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf228


Comments

No comments written yet.

Please login to write comment.