Color Hex Logo

#e7d26d Color Hex

#E7D26D
(231,210,109)
0 Favorites   0 Comments

Color spaces of #e7d26d

RGB 231210109
HSL0.140.720.67
HSV50°53°91°
CMYK 0.000.090.53   0.09
XYZ58.761964.186223.7601
Yxy64.18620.40050.4375
Hunter Lab80.1163-9.281338.4978
CIE-Lab84.0626-5.357252.1126

#e7d26d color RGB value is (231,210,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11010010 01101101
Octal 347 322 155
Decimal 231 210 109
Hex E7 D2 6D

RGB Percentages of Color #e7d26d

%42.00
%38.18
%19.82

CMYK Percentages of Color #e7d26d

%0
%9
%53
%9

Triadic Colors of #e7d26d

#e7d26d #6de7d2 #d26de7

Analogous Colors of #e7d26d

#e7d26d #bfe76d #e7956d

Monochromatic Colors of #e7d26d

#e7d26d

Complementary Color

#e7d26d #6d82e7

#e7d26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7d26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7d26d Color CSS Codes

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

#e7d26d Text Font Color

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

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


#e7d26d Background Color

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

This div background color is #e7d26d


#e7d26d Border Color

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

This div border color is #e7d26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7d26d


Comments

No comments written yet.

Please login to write comment.