Color Hex Logo

#e6ad72 Color Hex

#E6AD72
(230,173,114)
0 Favorites   0 Comments

Color spaces of #e6ad72

RGB 230173114
HSL0.080.700.67
HSV31°50°90°
CMYK 0.000.250.50   0.10
XYZ50.614047.925022.5024
Yxy47.92500.41820.3959
Hunter Lab69.22799.356429.1874
CIE-Lab74.777613.990038.2672

#e6ad72 color RGB value is (230,173,114).

#e6ad72 hex color red value is 230, green value is 173 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #e6ad72 hue: 0.08 , saturation: 0.70 and the lightness value of e6ad72 is 0.67.

The process color (four color CMYK) of #e6ad72 color hex is 0.00, 0.25, 0.50, 0.10. Web safe color of #e6ad72 is #ff9966. Color #e6ad72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101101 01110010
Octal 346 255 162
Decimal 230 173 114
Hex E6 AD 72

RGB Percentages of Color #e6ad72

%44.49
%33.46
%22.05

CMYK Percentages of Color #e6ad72

%0
%25
%50
%10

Triadic Colors of #e6ad72

#e6ad72 #72e6ad #ad72e6

Analogous Colors of #e6ad72

#e6ad72 #e5e672 #e67372

Monochromatic Colors of #e6ad72

#e6ad72

Complementary Color

#e6ad72 #72abe6

#e6ad72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6ad72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6ad72 Color CSS Codes

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

#e6ad72 Text Font Color

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

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


#e6ad72 Background Color

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

This div background color is #e6ad72


#e6ad72 Border Color

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

This div border color is #e6ad72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6ad72


Comments

No comments written yet.

Please login to write comment.