Color Hex Logo

#eda42b Color Hex

#EDA42B
(237,164,43)
0 Favorites   0 Comments

Color spaces of #eda42b

RGB 23716443
HSL0.100.840.55
HSV37°82°93°
CMYK 0.000.310.82   0.07
XYZ48.636644.72998.3558
Yxy44.72990.47810.4397
Hunter Lab66.880412.767639.4088
CIE-Lab72.713717.538267.9637

#eda42b color RGB value is (237,164,43).

#eda42b hex color red value is 237, green value is 164 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #eda42b hue: 0.10 , saturation: 0.84 and the lightness value of eda42b is 0.55.

The process color (four color CMYK) of #eda42b color hex is 0.00, 0.31, 0.82, 0.07. Web safe color of #eda42b is #ff9933. Color #eda42b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 00101011
Octal 355 244 53
Decimal 237 164 43
Hex ED A4 2B

RGB Percentages of Color #eda42b

%53.38
%36.94
%9.68

CMYK Percentages of Color #eda42b

%0
%31
%82
%7

Triadic Colors of #eda42b

#eda42b #2beda4 #a42bed

Analogous Colors of #eda42b

#eda42b #d5ed2b #ed432b

Monochromatic Colors of #eda42b

#eda42b

Complementary Color

#eda42b #2b74ed

#eda42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda42b Color CSS Codes

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

#eda42b Text Font Color

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

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


#eda42b Background Color

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

This div background color is #eda42b


#eda42b Border Color

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

This div border color is #eda42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda42b


Comments

No comments written yet.

Please login to write comment.