Color Hex Logo

#eda123 Color Hex

#EDA123
(237,161,35)
0 Favorites   0 Comments

Color spaces of #eda123

RGB 23716135
HSL0.100.850.53
HSV37°85°93°
CMYK 0.000.320.85   0.07
XYZ47.973343.61567.4803
Yxy43.61560.48420.4403
Hunter Lab66.042114.089639.5140
CIE-Lab71.970818.913869.7614

#eda123 color RGB value is (237,161,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100001 00100011
Octal 355 241 43
Decimal 237 161 35
Hex ED A1 23

RGB Percentages of Color #eda123

%54.73
%37.18
%8.08

CMYK Percentages of Color #eda123

%0
%32
%85
%7

Triadic Colors of #eda123

#eda123 #23eda1 #a123ed

Analogous Colors of #eda123

#eda123 #d4ed23 #ed3c23

Monochromatic Colors of #eda123

#eda123

Complementary Color

#eda123 #236fed

#eda123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda123 Color CSS Codes

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

#eda123 Text Font Color

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

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


#eda123 Background Color

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

This div background color is #eda123


#eda123 Border Color

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

This div border color is #eda123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda123


Comments

No comments written yet.

Please login to write comment.