Color Hex Logo

#edaa70 Color Hex

#EDAA70
(237,170,112)
0 Favorites   0 Comments

Color spaces of #edaa70

RGB 237170112
HSL0.080.780.68
HSV28°53°93°
CMYK 0.000.280.53   0.07
XYZ52.224447.923821.8269
Yxy47.92380.42820.3929
Hunter Lab69.227013.511929.7651
CIE-Lab74.776818.246739.4611

#edaa70 color RGB value is (237,170,112).

#edaa70 hex color red value is 237, green value is 170 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #edaa70 hue: 0.08 , saturation: 0.78 and the lightness value of edaa70 is 0.68.

The process color (four color CMYK) of #edaa70 color hex is 0.00, 0.28, 0.53, 0.07. Web safe color of #edaa70 is #ff9966. Color #edaa70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 01110000
Octal 355 252 160
Decimal 237 170 112
Hex ED AA 70

RGB Percentages of Color #edaa70

%45.66
%32.76
%21.58

CMYK Percentages of Color #edaa70

%0
%28
%53
%7

Triadic Colors of #edaa70

#edaa70 #70edaa #aa70ed

Analogous Colors of #edaa70

#edaa70 #ede970 #ed7075

Monochromatic Colors of #edaa70

#edaa70

Complementary Color

#edaa70 #70b3ed

#edaa70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa70 Color CSS Codes

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

#edaa70 Text Font Color

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

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


#edaa70 Background Color

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

This div background color is #edaa70


#edaa70 Border Color

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

This div border color is #edaa70


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,170,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #edaa70; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #edaa70;
  -webkit-box-shadow: 1px 1px 3px 2px #edaa70;
  box-shadow:         1px 1px 3px 2px #edaa70; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,170,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa70


Comments

No comments written yet.

Please login to write comment.