Color Hex Logo

#e8bdaf Color Hex

#E8BDAF
(232,189,175)
0 Favorites   0 Comments

Color spaces of #e8bdaf

RGB 232189175
HSL0.040.550.80
HSV15°25°91°
CMYK 0.000.190.25   0.09
XYZ59.214256.646148.3703
Yxy56.64610.36060.3449
Hunter Lab75.26368.724914.5801
CIE-Lab79.980113.329912.8777

#e8bdaf color RGB value is (232,189,175).

#e8bdaf hex color red value is 232, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e8bdaf hue: 0.04 , saturation: 0.55 and the lightness value of e8bdaf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111101 10101111
Octal 350 275 257
Decimal 232 189 175
Hex E8 BD AF

RGB Percentages of Color #e8bdaf

%38.93
%31.71
%29.36

CMYK Percentages of Color #e8bdaf

%0
%19
%25
%9

Triadic Colors of #e8bdaf

#e8bdaf #afe8bd #bdafe8

Analogous Colors of #e8bdaf

#e8bdaf #e8daaf #e8afbe

Monochromatic Colors of #e8bdaf

#e8bdaf

Complementary Color

#e8bdaf #afdae8

#e8bdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8bdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8bdaf Color CSS Codes

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

#e8bdaf Text Font Color

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

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


#e8bdaf Background Color

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

This div background color is #e8bdaf


#e8bdaf Border Color

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

This div border color is #e8bdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8bdaf


Comments

No comments written yet.

Please login to write comment.