Color Hex Logo

#ebc4aa Color Hex

#EBC4AA
(235,196,170)
0 Favorites   0 Comments

Color spaces of #ebc4aa

RGB 235196170
HSL0.070.620.79
HSV24°28°92°
CMYK 0.000.170.28   0.08
XYZ61.256660.044346.3913
Yxy60.04430.36530.3581
Hunter Lab77.48835.504718.7456
CIE-Lab81.862310.071618.2330

#ebc4aa color RGB value is (235,196,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000100 10101010
Octal 353 304 252
Decimal 235 196 170
Hex EB C4 AA

RGB Percentages of Color #ebc4aa

%39.10
%32.61
%28.29

CMYK Percentages of Color #ebc4aa

%0
%17
%28
%8

Triadic Colors of #ebc4aa

#ebc4aa #aaebc4 #c4aaeb

Analogous Colors of #ebc4aa

#ebc4aa #ebe5aa #ebaab1

Monochromatic Colors of #ebc4aa

#ebc4aa

Complementary Color

#ebc4aa #aad1eb

#ebc4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc4aa Color CSS Codes

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

#ebc4aa Text Font Color

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

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


#ebc4aa Background Color

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

This div background color is #ebc4aa


#ebc4aa Border Color

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

This div border color is #ebc4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc4aa


Comments

No comments written yet.

Please login to write comment.