Color Hex Logo

#ebd7aa Color Hex

#EBD7AA
(235,215,170)
0 Favorites   0 Comments

Color spaces of #ebd7aa

RGB 235215170
HSL0.120.620.79
HSV42°28°92°
CMYK 0.000.090.28   0.08
XYZ65.817169.165347.9115
Yxy69.16530.35990.3782
Hunter Lab83.1657-4.275524.0592
CIE-Lab86.58580.173824.7509

#ebd7aa color RGB value is (235,215,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010111 10101010
Octal 353 327 252
Decimal 235 215 170
Hex EB D7 AA

RGB Percentages of Color #ebd7aa

%37.90
%34.68
%27.42

CMYK Percentages of Color #ebd7aa

%0
%9
%28
%8

Triadic Colors of #ebd7aa

#ebd7aa #aaebd7 #d7aaeb

Analogous Colors of #ebd7aa

#ebd7aa #dfebaa #ebb7aa

Monochromatic Colors of #ebd7aa

#ebd7aa

Complementary Color

#ebd7aa #aabeeb

#ebd7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd7aa Color CSS Codes

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

#ebd7aa Text Font Color

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

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


#ebd7aa Background Color

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

This div background color is #ebd7aa


#ebd7aa Border Color

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

This div border color is #ebd7aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd7aa


Comments

No comments written yet.

Please login to write comment.