Color Hex Logo

#e7be6c Color Hex

#E7BE6C
(231,190,108)
0 Favorites   0 Comments

Color spaces of #e7be6c

RGB 231190108
HSL0.110.720.66
HSV40°53°91°
CMYK 0.000.180.53   0.09
XYZ54.075254.898521.9338
Yxy54.89850.41310.4194
Hunter Lab74.09350.609834.3139
CIE-Lab78.98284.899546.5219

#e7be6c color RGB value is (231,190,108).

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

The process color (four color CMYK) of #e7be6c color hex is 0.00, 0.18, 0.53, 0.09. Web safe color of #e7be6c is #ffcc66. Color #e7be6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111110 01101100
Octal 347 276 154
Decimal 231 190 108
Hex E7 BE 6C

RGB Percentages of Color #e7be6c

%43.67
%35.92
%20.42

CMYK Percentages of Color #e7be6c

%0
%18
%53
%9

Triadic Colors of #e7be6c

#e7be6c #6ce7be #be6ce7

Analogous Colors of #e7be6c

#e7be6c #d3e76c #e7816c

Monochromatic Colors of #e7be6c

#e7be6c

Complementary Color

#e7be6c #6c95e7

#e7be6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7be6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7be6c Color CSS Codes

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

#e7be6c Text Font Color

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

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


#e7be6c Background Color

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

This div background color is #e7be6c


#e7be6c Border Color

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

This div border color is #e7be6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7be6c


Comments

No comments written yet.

Please login to write comment.