Color Hex Logo

#e7d377 Color Hex

#E7D377
(231,211,119)
0 Favorites   0 Comments

Color spaces of #e7d377

RGB 231211119
HSL0.140.700.69
HSV49°48°91°
CMYK 0.000.090.48   0.09
XYZ59.579064.909426.8414
Yxy64.90940.39370.4289
Hunter Lab80.5664-8.990036.6435
CIE-Lab84.4370-5.005847.7632

#e7d377 color RGB value is (231,211,119).

#e7d377 hex color red value is 231, green value is 211 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #e7d377 hue: 0.14 , saturation: 0.70 and the lightness value of e7d377 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11010011 01110111
Octal 347 323 167
Decimal 231 211 119
Hex E7 D3 77

RGB Percentages of Color #e7d377

%41.18
%37.61
%21.21

CMYK Percentages of Color #e7d377

%0
%9
%48
%9

Triadic Colors of #e7d377

#e7d377 #77e7d3 #d377e7

Analogous Colors of #e7d377

#e7d377 #c3e777 #e79b77

Monochromatic Colors of #e7d377

#e7d377

Complementary Color

#e7d377 #778be7

#e7d377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7d377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7d377 Color CSS Codes

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

#e7d377 Text Font Color

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

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


#e7d377 Background Color

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

This div background color is #e7d377


#e7d377 Border Color

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

This div border color is #e7d377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7d377


Comments

No comments written yet.

Please login to write comment.