Color Hex Logo

#e7bcac Color Hex

#E7BCAC
(231,188,172)
0 Favorites   0 Comments

Color spaces of #e7bcac

RGB 231188172
HSL0.050.550.79
HSV16°26°91°
CMYK 0.000.190.26   0.09
XYZ58.384655.933946.7489
Yxy55.93390.36250.3473
Hunter Lab74.78908.466715.2914
CIE-Lab79.576213.067313.9058

#e7bcac color RGB value is (231,188,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111100 10101100
Octal 347 274 254
Decimal 231 188 172
Hex E7 BC AC

RGB Percentages of Color #e7bcac

%39.09
%31.81
%29.10

CMYK Percentages of Color #e7bcac

%0
%19
%26
%9

Triadic Colors of #e7bcac

#e7bcac #ace7bc #bcace7

Analogous Colors of #e7bcac

#e7bcac #e7daac #e7acba

Monochromatic Colors of #e7bcac

#e7bcac

Complementary Color

#e7bcac #acd7e7

#e7bcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7bcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7bcac Color CSS Codes

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

#e7bcac Text Font Color

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

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


#e7bcac Background Color

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

This div background color is #e7bcac


#e7bcac Border Color

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

This div border color is #e7bcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7bcac


Comments

No comments written yet.

Please login to write comment.