Color Hex Logo

#e7baaf Color Hex

#E7BAAF
(231,186,175)
0 Favorites   0 Comments

Color spaces of #e7baaf

RGB 231186175
HSL0.030.540.80
HSV12°24°91°
CMYK 0.000.190.24   0.09
XYZ58.251855.201948.1423
Yxy55.20190.36050.3416
Hunter Lab74.29809.927813.5909
CIE-Lab79.157414.549811.6994

#e7baaf color RGB value is (231,186,175).

#e7baaf hex color red value is 231, green value is 186 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e7baaf hue: 0.03 , saturation: 0.54 and the lightness value of e7baaf is 0.80.

The process color (four color CMYK) of #e7baaf color hex is 0.00, 0.19, 0.24, 0.09. Web safe color of #e7baaf is #ffcc99. Color #e7baaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111010 10101111
Octal 347 272 257
Decimal 231 186 175
Hex E7 BA AF

RGB Percentages of Color #e7baaf

%39.02
%31.42
%29.56

CMYK Percentages of Color #e7baaf

%0
%19
%24
%9

Triadic Colors of #e7baaf

#e7baaf #afe7ba #baafe7

Analogous Colors of #e7baaf

#e7baaf #e7d6af #e7afc0

Monochromatic Colors of #e7baaf

#e7baaf

Complementary Color

#e7baaf #afdce7

#e7baaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7baaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7baaf Color CSS Codes

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

#e7baaf Text Font Color

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

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


#e7baaf Background Color

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

This div background color is #e7baaf


#e7baaf Border Color

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

This div border color is #e7baaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7baaf


Comments

No comments written yet.

Please login to write comment.