Color Hex Logo

#eda128 Color Hex

#EDA128
(237,161,40)
0 Favorites   0 Comments

Color spaces of #eda128

RGB 23716140
HSL0.100.850.54
HSV37°83°93°
CMYK 0.000.320.83   0.07
XYZ48.052943.64757.8996
Yxy43.64750.48250.4382
Hunter Lab66.066314.215039.1570
CIE-Lab71.992319.041568.2956

#eda128 color RGB value is (237,161,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100001 00101000
Octal 355 241 50
Decimal 237 161 40
Hex ED A1 28

RGB Percentages of Color #eda128

%54.11
%36.76
%9.13

CMYK Percentages of Color #eda128

%0
%32
%83
%7

Triadic Colors of #eda128

#eda128 #28eda1 #a128ed

Analogous Colors of #eda128

#eda128 #d7ed28 #ed3f28

Monochromatic Colors of #eda128

#eda128

Complementary Color

#eda128 #2874ed

#eda128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda128 Color CSS Codes

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

#eda128 Text Font Color

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

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


#eda128 Background Color

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

This div background color is #eda128


#eda128 Border Color

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

This div border color is #eda128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda128


Comments

No comments written yet.

Please login to write comment.