Color Hex Logo

#ebc1aa Color Hex

#EBC1AA
(235,193,170)
0 Favorites   0 Comments

Color spaces of #ebc1aa

RGB 235193170
HSL0.060.620.79
HSV21°28°92°
CMYK 0.000.180.28   0.08
XYZ60.586658.704446.1680
Yxy58.70440.36620.3548
Hunter Lab76.61887.066617.9069
CIE-Lab81.128811.652517.2103

#ebc1aa color RGB value is (235,193,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 10101010
Octal 353 301 252
Decimal 235 193 170
Hex EB C1 AA

RGB Percentages of Color #ebc1aa

%39.30
%32.27
%28.43

CMYK Percentages of Color #ebc1aa

%0
%18
%28
%8

Triadic Colors of #ebc1aa

#ebc1aa #aaebc1 #c1aaeb

Analogous Colors of #ebc1aa

#ebc1aa #ebe2aa #ebaab4

Monochromatic Colors of #ebc1aa

#ebc1aa

Complementary Color

#ebc1aa #aad4eb

#ebc1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc1aa Color CSS Codes

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

#ebc1aa Text Font Color

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

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


#ebc1aa Background Color

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

This div background color is #ebc1aa


#ebc1aa Border Color

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

This div border color is #ebc1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc1aa


Comments

No comments written yet.

Please login to write comment.