Color Hex Logo

#e2ad6e Color Hex

#E2AD6E
(226,173,110)
0 Favorites   0 Comments

Color spaces of #e2ad6e

RGB 226173110
HSL0.090.670.66
HSV33°51°89°
CMYK 0.000.230.51   0.11
XYZ49.122147.181721.2698
Yxy47.18170.41780.4013
Hunter Lab68.68897.446629.7229
CIE-Lab74.305812.001739.6535

#e2ad6e color RGB value is (226,173,110).

#e2ad6e hex color red value is 226, green value is 173 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #e2ad6e hue: 0.09 , saturation: 0.67 and the lightness value of e2ad6e is 0.66.

The process color (four color CMYK) of #e2ad6e color hex is 0.00, 0.23, 0.51, 0.11. Web safe color of #e2ad6e is #cc9966. Color #e2ad6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101101 01101110
Octal 342 255 156
Decimal 226 173 110
Hex E2 AD 6E

RGB Percentages of Color #e2ad6e

%44.40
%33.99
%21.61

CMYK Percentages of Color #e2ad6e

%0
%23
%51
%11

Triadic Colors of #e2ad6e

#e2ad6e #6ee2ad #ad6ee2

Analogous Colors of #e2ad6e

#e2ad6e #dde26e #e2736e

Monochromatic Colors of #e2ad6e

#e2ad6e

Complementary Color

#e2ad6e #6ea3e2

#e2ad6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ad6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ad6e Color CSS Codes

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

#e2ad6e Text Font Color

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

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


#e2ad6e Background Color

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

This div background color is #e2ad6e


#e2ad6e Border Color

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

This div border color is #e2ad6e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,173,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2ad6e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2ad6e;
  -webkit-box-shadow: 1px 1px 3px 2px #e2ad6e;
  box-shadow:         1px 1px 3px 2px #e2ad6e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,173,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ad6e

#e2ad6e Color Palettes


Comments

No comments written yet.

Please login to write comment.