Color Hex Logo

#ebc1ab Color Hex

#EBC1AB
(235,193,171)
0 Favorites   0 Comments

Color spaces of #ebc1ab

RGB 235193171
HSL0.060.620.80
HSV21°27°92°
CMYK 0.000.180.27   0.08
XYZ60.681658.742446.6682
Yxy58.74240.36530.3537
Hunter Lab76.64367.198817.5489
CIE-Lab81.149811.787016.7058

#ebc1ab color RGB value is (235,193,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 10101011
Octal 353 301 253
Decimal 235 193 171
Hex EB C1 AB

RGB Percentages of Color #ebc1ab

%39.23
%32.22
%28.55

CMYK Percentages of Color #ebc1ab

%0
%18
%27
%8

Triadic Colors of #ebc1ab

#ebc1ab #abebc1 #c1abeb

Analogous Colors of #ebc1ab

#ebc1ab #ebe1ab #ebabb5

Monochromatic Colors of #ebc1ab

#ebc1ab

Complementary Color

#ebc1ab #abd5eb

#ebc1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc1ab Color CSS Codes

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

#ebc1ab Text Font Color

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

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


#ebc1ab Background Color

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

This div background color is #ebc1ab


#ebc1ab Border Color

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

This div border color is #ebc1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc1ab


Comments

No comments written yet.

Please login to write comment.