Color Hex Logo

#e8bcac Color Hex

#E8BCAC
(232,188,172)
0 Favorites   0 Comments

Color spaces of #e8bcac

RGB 232188172
HSL0.040.570.79
HSV16°26°91°
CMYK 0.000.190.26   0.09
XYZ58.708356.100846.7640
Yxy56.10080.36340.3472
Hunter Lab74.90058.835615.4127
CIE-Lab79.671213.442014.0533

#e8bcac color RGB value is (232,188,172).

#e8bcac hex color red value is 232, green value is 188 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e8bcac hue: 0.04 , saturation: 0.57 and the lightness value of e8bcac is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111100 10101100
Octal 350 274 254
Decimal 232 188 172
Hex E8 BC AC

RGB Percentages of Color #e8bcac

%39.19
%31.76
%29.05

CMYK Percentages of Color #e8bcac

%0
%19
%26
%9

Triadic Colors of #e8bcac

#e8bcac #ace8bc #bcace8

Analogous Colors of #e8bcac

#e8bcac #e8daac #e8acba

Monochromatic Colors of #e8bcac

#e8bcac

Complementary Color

#e8bcac #acd8e8

#e8bcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8bcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8bcac Color CSS Codes

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

#e8bcac Text Font Color

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

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


#e8bcac Background Color

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

This div background color is #e8bcac


#e8bcac Border Color

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

This div border color is #e8bcac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,188,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8bcac


Comments

No comments written yet.

Please login to write comment.