Color Hex Logo

#e7c786 Color Hex

#E7C786
(231,199,134)
0 Favorites   0 Comments

Color spaces of #e7c786

RGB 231199134
HSL0.110.670.72
HSV40°42°91°
CMYK 0.000.140.42   0.09
XYZ57.681559.557031.0098
Yxy59.55700.38910.4017
Hunter Lab77.1732-1.636930.1973
CIE-Lab81.59682.644736.6844

#e7c786 color RGB value is (231,199,134).

#e7c786 hex color red value is 231, green value is 199 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #e7c786 hue: 0.11 , saturation: 0.67 and the lightness value of e7c786 is 0.72.

The process color (four color CMYK) of #e7c786 color hex is 0.00, 0.14, 0.42, 0.09. Web safe color of #e7c786 is #ffcc99. Color #e7c786 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11000111 10000110
Octal 347 307 206
Decimal 231 199 134
Hex E7 C7 86

RGB Percentages of Color #e7c786

%40.96
%35.28
%23.76

CMYK Percentages of Color #e7c786

%0
%14
%42
%9

Triadic Colors of #e7c786

#e7c786 #86e7c7 #c786e7

Analogous Colors of #e7c786

#e7c786 #d7e786 #e79786

Monochromatic Colors of #e7c786

#e7c786

Complementary Color

#e7c786 #86a6e7

#e7c786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7c786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7c786 Color CSS Codes

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

#e7c786 Text Font Color

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

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


#e7c786 Background Color

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

This div background color is #e7c786


#e7c786 Border Color

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

This div border color is #e7c786


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,199,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7c786


Comments

No comments written yet.

Please login to write comment.