Color Hex Logo

#e2ad84 Color Hex

#E2AD84
(226,173,132)
0 Favorites   0 Comments

Color spaces of #e2ad84

RGB 226173132
HSL0.070.620.70
HSV26°42°89°
CMYK 0.000.230.42   0.11
XYZ50.472547.721828.3808
Yxy47.72180.39880.3770
Hunter Lab69.08109.525423.9983
CIE-Lab74.649114.165828.5345

#e2ad84 color RGB value is (226,173,132).

#e2ad84 hex color red value is 226, green value is 173 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #e2ad84 hue: 0.07 , saturation: 0.62 and the lightness value of e2ad84 is 0.70.

The process color (four color CMYK) of #e2ad84 color hex is 0.00, 0.23, 0.42, 0.11. Web safe color of #e2ad84 is #cc9999. Color #e2ad84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101101 10000100
Octal 342 255 204
Decimal 226 173 132
Hex E2 AD 84

RGB Percentages of Color #e2ad84

%42.56
%32.58
%24.86

CMYK Percentages of Color #e2ad84

%0
%23
%42
%11

Triadic Colors of #e2ad84

#e2ad84 #84e2ad #ad84e2

Analogous Colors of #e2ad84

#e2ad84 #e2dc84 #e2848a

Monochromatic Colors of #e2ad84

#e2ad84

Complementary Color

#e2ad84 #84b9e2

#e2ad84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ad84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ad84 Color CSS Codes

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

#e2ad84 Text Font Color

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

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


#e2ad84 Background Color

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

This div background color is #e2ad84


#e2ad84 Border Color

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

This div border color is #e2ad84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ad84


Comments

No comments written yet.

Please login to write comment.