Color Hex Logo

#edae86 Color Hex

#EDAE86
(237,174,134)
0 Favorites   0 Comments

Color spaces of #edae86

RGB 237174134
HSL0.060.740.73
HSV23°43°93°
CMYK 0.000.270.43   0.07
XYZ54.364249.997929.3395
Yxy49.99790.40660.3740
Hunter Lab70.709213.497224.8951
CIE-Lab76.068018.200029.5582

#edae86 color RGB value is (237,174,134).

#edae86 hex color red value is 237, green value is 174 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #edae86 hue: 0.06 , saturation: 0.74 and the lightness value of edae86 is 0.73.

The process color (four color CMYK) of #edae86 color hex is 0.00, 0.27, 0.43, 0.07. Web safe color of #edae86 is #ff9999. Color #edae86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 10000110
Octal 355 256 206
Decimal 237 174 134
Hex ED AE 86

RGB Percentages of Color #edae86

%43.49
%31.93
%24.59

CMYK Percentages of Color #edae86

%0
%27
%43
%7

Triadic Colors of #edae86

#edae86 #86edae #ae86ed

Analogous Colors of #edae86

#edae86 #ede286 #ed8692

Monochromatic Colors of #edae86

#edae86

Complementary Color

#edae86 #86c5ed

#edae86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edae86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edae86 Color CSS Codes

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

#edae86 Text Font Color

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

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


#edae86 Background Color

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

This div background color is #edae86


#edae86 Border Color

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

This div border color is #edae86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edae86


Comments

No comments written yet.

Please login to write comment.