Color Hex Logo

#ebe0aa Color Hex

#EBE0AA
(235,224,170)
0 Favorites   0 Comments

Color spaces of #ebe0aa

RGB 235224170
HSL0.140.620.79
HSV50°28°92°
CMYK 0.000.050.28   0.08
XYZ68.172373.875848.6966
Yxy73.87580.35740.3873
Hunter Lab85.9510-8.836526.5743
CIE-Lab88.8638-4.430127.8519

#ebe0aa color RGB value is (235,224,170).

#ebe0aa hex color red value is 235, green value is 224 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ebe0aa hue: 0.14 , saturation: 0.62 and the lightness value of ebe0aa is 0.79.

The process color (four color CMYK) of #ebe0aa color hex is 0.00, 0.05, 0.28, 0.08. Web safe color of #ebe0aa is #ffcc99. Color #ebe0aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100000 10101010
Octal 353 340 252
Decimal 235 224 170
Hex EB E0 AA

RGB Percentages of Color #ebe0aa

%37.36
%35.61
%27.03

CMYK Percentages of Color #ebe0aa

%0
%5
%28
%8

Triadic Colors of #ebe0aa

#ebe0aa #aaebe0 #e0aaeb

Analogous Colors of #ebe0aa

#ebe0aa #d6ebaa #ebc0aa

Monochromatic Colors of #ebe0aa

#ebe0aa

Complementary Color

#ebe0aa #aab5eb

#ebe0aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe0aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe0aa Color CSS Codes

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

#ebe0aa Text Font Color

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

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


#ebe0aa Background Color

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

This div background color is #ebe0aa


#ebe0aa Border Color

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

This div border color is #ebe0aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe0aa


Comments

No comments written yet.

Please login to write comment.