Color Hex Logo

#ebc7af Color Hex

#EBC7AF
(235,199,175)
0 Favorites   0 Comments

Color spaces of #ebc7af

RGB 235199175
HSL0.070.600.80
HSV24°26°92°
CMYK 0.000.150.26   0.08
XYZ62.422261.604249.1582
Yxy61.60420.36040.3557
Hunter Lab78.48834.607417.8078
CIE-Lab82.70259.172116.7473

#ebc7af color RGB value is (235,199,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000111 10101111
Octal 353 307 257
Decimal 235 199 175
Hex EB C7 AF

RGB Percentages of Color #ebc7af

%38.59
%32.68
%28.74

CMYK Percentages of Color #ebc7af

%0
%15
%26
%8

Triadic Colors of #ebc7af

#ebc7af #afebc7 #c7afeb

Analogous Colors of #ebc7af

#ebc7af #ebe5af #ebafb5

Monochromatic Colors of #ebc7af

#ebc7af

Complementary Color

#ebc7af #afd3eb

#ebc7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc7af Color CSS Codes

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

#ebc7af Text Font Color

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

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


#ebc7af Background Color

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

This div background color is #ebc7af


#ebc7af Border Color

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

This div border color is #ebc7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc7af


Comments

No comments written yet.

Please login to write comment.