Color Hex Logo

#eda028 Color Hex

#EDA028
(237,160,40)
0 Favorites   0 Comments

Color spaces of #eda028

RGB 23716040
HSL0.100.850.54
HSV37°83°93°
CMYK 0.000.320.83   0.07
XYZ47.878943.29937.8416
Yxy43.29930.48350.4373
Hunter Lab65.802214.726038.9960
CIE-Lab71.757619.571468.0958

#eda028 color RGB value is (237,160,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 00101000
Octal 355 240 50
Decimal 237 160 40
Hex ED A0 28

RGB Percentages of Color #eda028

%54.23
%36.61
%9.15

CMYK Percentages of Color #eda028

%0
%32
%83
%7

Triadic Colors of #eda028

#eda028 #28eda0 #a028ed

Analogous Colors of #eda028

#eda028 #d8ed28 #ed3e28

Monochromatic Colors of #eda028

#eda028

Complementary Color

#eda028 #2875ed

#eda028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda028 Color CSS Codes

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

#eda028 Text Font Color

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

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


#eda028 Background Color

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

This div background color is #eda028


#eda028 Border Color

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

This div border color is #eda028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda028


Comments

No comments written yet.

Please login to write comment.