Color Hex Logo

#ebb37a Color Hex

#EBB37A
(235,179,122)
0 Favorites   0 Comments

Color spaces of #ebb37a

RGB 235179122
HSL0.080.740.70
HSV30°48°92°
CMYK 0.000.240.48   0.08
XYZ53.893951.307525.4752
Yxy51.30750.41240.3926
Hunter Lab71.62938.952329.0538
CIE-Lab76.864913.564636.8726

#ebb37a color RGB value is (235,179,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110011 01111010
Octal 353 263 172
Decimal 235 179 122
Hex EB B3 7A

RGB Percentages of Color #ebb37a

%43.84
%33.40
%22.76

CMYK Percentages of Color #ebb37a

%0
%24
%48
%8

Triadic Colors of #ebb37a

#ebb37a #7aebb3 #b37aeb

Analogous Colors of #ebb37a

#ebb37a #ebeb7a #eb7b7a

Monochromatic Colors of #ebb37a

#ebb37a

Complementary Color

#ebb37a #7ab2eb

#ebb37a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb37a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb37a Color CSS Codes

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

#ebb37a Text Font Color

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

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


#ebb37a Background Color

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

This div background color is #ebb37a


#ebb37a Border Color

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

This div border color is #ebb37a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb37a


Comments

No comments written yet.

Please login to write comment.