Color Hex Logo

#ebb57a Color Hex

#EBB57A
(235,181,122)
0 Favorites   0 Comments

Color spaces of #ebb57a

RGB 235181122
HSL0.090.740.70
HSV31°48°92°
CMYK 0.000.230.48   0.08
XYZ54.297752.115125.6098
Yxy52.11510.41130.3947
Hunter Lab72.19087.923429.5003
CIE-Lab77.349612.506437.4917

#ebb57a color RGB value is (235,181,122).

#ebb57a hex color red value is 235, green value is 181 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ebb57a hue: 0.09 , saturation: 0.74 and the lightness value of ebb57a is 0.70.

The process color (four color CMYK) of #ebb57a color hex is 0.00, 0.23, 0.48, 0.08. Web safe color of #ebb57a is #ffcc66. Color #ebb57a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110101 01111010
Octal 353 265 172
Decimal 235 181 122
Hex EB B5 7A

RGB Percentages of Color #ebb57a

%43.68
%33.64
%22.68

CMYK Percentages of Color #ebb57a

%0
%23
%48
%8

Triadic Colors of #ebb57a

#ebb57a #7aebb5 #b57aeb

Analogous Colors of #ebb57a

#ebb57a #e9eb7a #eb7d7a

Monochromatic Colors of #ebb57a

#ebb57a

Complementary Color

#ebb57a #7ab0eb

#ebb57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb57a Color CSS Codes

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

#ebb57a Text Font Color

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

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


#ebb57a Background Color

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

This div background color is #ebb57a


#ebb57a Border Color

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

This div border color is #ebb57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb57a


Comments

No comments written yet.

Please login to write comment.