Color Hex Logo

#edaa6d Color Hex

#EDAA6D
(237,170,109)
0 Favorites   0 Comments

Color spaces of #edaa6d

RGB 237170109
HSL0.080.780.68
HSV29°54°93°
CMYK 0.000.280.54   0.07
XYZ52.060147.858120.9617
Yxy47.85810.43070.3959
Hunter Lab69.179513.263530.4606
CIE-Lab74.735317.995740.9570

#edaa6d color RGB value is (237,170,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 01101101
Octal 355 252 155
Decimal 237 170 109
Hex ED AA 6D

RGB Percentages of Color #edaa6d

%45.93
%32.95
%21.12

CMYK Percentages of Color #edaa6d

%0
%28
%54
%7

Triadic Colors of #edaa6d

#edaa6d #6dedaa #aa6ded

Analogous Colors of #edaa6d

#edaa6d #edea6d #ed6d70

Monochromatic Colors of #edaa6d

#edaa6d

Complementary Color

#edaa6d #6db0ed

#edaa6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa6d Color CSS Codes

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

#edaa6d Text Font Color

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

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


#edaa6d Background Color

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

This div background color is #edaa6d


#edaa6d Border Color

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

This div border color is #edaa6d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,170,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 #edaa6d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa6d


Comments

No comments written yet.

Please login to write comment.