Color Hex Logo

#ebd1aa Color Hex

#EBD1AA
(235,209,170)
0 Favorites   0 Comments

Color spaces of #ebd1aa

RGB 235209170
HSL0.100.620.79
HSV36°28°92°
CMYK 0.000.110.28   0.08
XYZ64.317166.165447.4115
Yxy66.16540.36150.3719
Hunter Lab81.3421-1.209022.3814
CIE-Lab85.08073.275122.6869

#ebd1aa color RGB value is (235,209,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010001 10101010
Octal 353 321 252
Decimal 235 209 170
Hex EB D1 AA

RGB Percentages of Color #ebd1aa

%38.27
%34.04
%27.69

CMYK Percentages of Color #ebd1aa

%0
%11
%28
%8

Triadic Colors of #ebd1aa

#ebd1aa #aaebd1 #d1aaeb

Analogous Colors of #ebd1aa

#ebd1aa #e5ebaa #ebb1aa

Monochromatic Colors of #ebd1aa

#ebd1aa

Complementary Color

#ebd1aa #aac4eb

#ebd1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd1aa Color CSS Codes

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

#ebd1aa Text Font Color

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

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


#ebd1aa Background Color

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

This div background color is #ebd1aa


#ebd1aa Border Color

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

This div border color is #ebd1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd1aa


Comments

No comments written yet.

Please login to write comment.