Color Hex Logo

#eda126 Color Hex

#EDA126
(237,161,38)
0 Favorites   0 Comments

Color spaces of #eda126

RGB 23716138
HSL0.100.850.54
HSV37°84°93°
CMYK 0.000.320.84   0.07
XYZ48.019843.63427.7250
Yxy43.63420.48320.4391
Hunter Lab66.056214.162939.3056
CIE-Lab71.983318.988568.8994

#eda126 color RGB value is (237,161,38).

#eda126 hex color red value is 237, green value is 161 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #eda126 hue: 0.10 , saturation: 0.85 and the lightness value of eda126 is 0.54.

The process color (four color CMYK) of #eda126 color hex is 0.00, 0.32, 0.84, 0.07. Web safe color of #eda126 is #ff9933. Color #eda126 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100001 00100110
Octal 355 241 46
Decimal 237 161 38
Hex ED A1 26

RGB Percentages of Color #eda126

%54.36
%36.93
%8.72

CMYK Percentages of Color #eda126

%0
%32
%84
%7

Triadic Colors of #eda126

#eda126 #26eda1 #a126ed

Analogous Colors of #eda126

#eda126 #d6ed26 #ed3e26

Monochromatic Colors of #eda126

#eda126

Complementary Color

#eda126 #2672ed

#eda126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda126 Color CSS Codes

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

#eda126 Text Font Color

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

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


#eda126 Background Color

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

This div background color is #eda126


#eda126 Border Color

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

This div border color is #eda126


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,161,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 #eda126">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda126


Comments

No comments written yet.

Please login to write comment.