Color Hex Logo

#edf426 Color Hex

#EDF426
(237,244,38)
0 Favorites   0 Comments

Color spaces of #edf426

RGB 23724438
HSL0.170.900.55
HSV62°84°96°
CMYK 0.030.000.84   0.04
XYZ67.625682.845814.2603
Yxy82.84580.41050.5029
Hunter Lab91.0197-26.662954.4246
CIE-Lab92.9469-23.229486.2724

#edf426 color RGB value is (237,244,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110100 00100110
Octal 355 364 46
Decimal 237 244 38
Hex ED F4 26

RGB Percentages of Color #edf426

%45.66
%47.01
%7.32

CMYK Percentages of Color #edf426

%3
%0
%84
%4

Triadic Colors of #edf426

#edf426 #26edf4 #f426ed

Analogous Colors of #edf426

#edf426 #86f426 #f49426

Monochromatic Colors of #edf426

#edf426

Complementary Color

#edf426 #2d26f4

#edf426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf426 Color CSS Codes

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

#edf426 Text Font Color

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

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


#edf426 Background Color

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

This div background color is #edf426


#edf426 Border Color

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

This div border color is #edf426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf426


Comments

No comments written yet.

Please login to write comment.