Color Hex Logo

#eba57d Color Hex

#EBA57D
(235,165,125)
0 Favorites   0 Comments

Color spaces of #eba57d

RGB 235165125
HSL0.060.730.71
HSV22°47°92°
CMYK 0.000.300.47   0.08
XYZ51.417846.053125.5812
Yxy46.05310.41790.3743
Hunter Lab67.862416.486125.1539
CIE-Lab73.580021.286331.0383

#eba57d color RGB value is (235,165,125).

#eba57d hex color red value is 235, green value is 165 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #eba57d hue: 0.06 , saturation: 0.73 and the lightness value of eba57d is 0.71.

The process color (four color CMYK) of #eba57d color hex is 0.00, 0.30, 0.47, 0.08. Web safe color of #eba57d is #ff9966. Color #eba57d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100101 01111101
Octal 353 245 175
Decimal 235 165 125
Hex EB A5 7D

RGB Percentages of Color #eba57d

%44.76
%31.43
%23.81

CMYK Percentages of Color #eba57d

%0
%30
%47
%8

Triadic Colors of #eba57d

#eba57d #7deba5 #a57deb

Analogous Colors of #eba57d

#eba57d #ebdc7d #eb7d8c

Monochromatic Colors of #eba57d

#eba57d

Complementary Color

#eba57d #7dc3eb

#eba57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba57d Color CSS Codes

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

#eba57d Text Font Color

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

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


#eba57d Background Color

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

This div background color is #eba57d


#eba57d Border Color

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

This div border color is #eba57d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,165,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba57d


Comments

No comments written yet.

Please login to write comment.