Color Hex Logo

#ebc4af Color Hex

#EBC4AF
(235,196,175)
0 Favorites   0 Comments

Color spaces of #ebc4af

RGB 235196175
HSL0.060.600.80
HSV21°26°92°
CMYK 0.000.170.26   0.08
XYZ61.738760.237248.9304
Yxy60.23720.36120.3525
Hunter Lab77.61266.169716.9498
CIE-Lab81.966910.750415.7165

#ebc4af color RGB value is (235,196,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000100 10101111
Octal 353 304 257
Decimal 235 196 175
Hex EB C4 AF

RGB Percentages of Color #ebc4af

%38.78
%32.34
%28.88

CMYK Percentages of Color #ebc4af

%0
%17
%26
%8

Triadic Colors of #ebc4af

#ebc4af #afebc4 #c4afeb

Analogous Colors of #ebc4af

#ebc4af #ebe2af #ebafb8

Monochromatic Colors of #ebc4af

#ebc4af

Complementary Color

#ebc4af #afd6eb

#ebc4af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc4af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc4af Color CSS Codes

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

#ebc4af Text Font Color

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

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


#ebc4af Background Color

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

This div background color is #ebc4af


#ebc4af Border Color

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

This div border color is #ebc4af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc4af


Comments

No comments written yet.

Please login to write comment.