Color Hex Logo

#eda52b Color Hex

#EDA52B
(237,165,43)
0 Favorites   0 Comments

Color spaces of #eda52b

RGB 23716543
HSL0.100.840.55
HSV38°82°93°
CMYK 0.000.300.82   0.07
XYZ48.816245.08928.4157
Yxy45.08920.47710.4407
Hunter Lab67.148512.257639.5731
CIE-Lab72.950617.008768.1695

#eda52b color RGB value is (237,165,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100101 00101011
Octal 355 245 53
Decimal 237 165 43
Hex ED A5 2B

RGB Percentages of Color #eda52b

%53.26
%37.08
%9.66

CMYK Percentages of Color #eda52b

%0
%30
%82
%7

Triadic Colors of #eda52b

#eda52b #2beda5 #a52bed

Analogous Colors of #eda52b

#eda52b #d4ed2b #ed442b

Monochromatic Colors of #eda52b

#eda52b

Complementary Color

#eda52b #2b73ed

#eda52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda52b Color CSS Codes

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

#eda52b Text Font Color

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

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


#eda52b Background Color

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

This div background color is #eda52b


#eda52b Border Color

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

This div border color is #eda52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda52b


Comments

No comments written yet.

Please login to write comment.