Color Hex Logo

#eda084 Color Hex

#EDA084
(237,160,132)
0 Favorites   0 Comments

Color spaces of #eda084

RGB 237160132
HSL0.040.740.72
HSV16°44°93°
CMYK 0.000.320.44   0.07
XYZ51.660744.812127.7566
Yxy44.81210.41580.3607
Hunter Lab66.941820.604722.2754
CIE-Lab72.768025.426726.2348

#eda084 color RGB value is (237,160,132).

#eda084 hex color red value is 237, green value is 160 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #eda084 hue: 0.04 , saturation: 0.74 and the lightness value of eda084 is 0.72.

The process color (four color CMYK) of #eda084 color hex is 0.00, 0.32, 0.44, 0.07. Web safe color of #eda084 is #ff9999. Color #eda084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 10000100
Octal 355 240 204
Decimal 237 160 132
Hex ED A0 84

RGB Percentages of Color #eda084

%44.80
%30.25
%24.95

CMYK Percentages of Color #eda084

%0
%32
%44
%7

Triadic Colors of #eda084

#eda084 #84eda0 #a084ed

Analogous Colors of #eda084

#eda084 #edd584 #ed849d

Monochromatic Colors of #eda084

#eda084

Complementary Color

#eda084 #84d1ed

#eda084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda084 Color CSS Codes

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

#eda084 Text Font Color

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

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


#eda084 Background Color

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

This div background color is #eda084


#eda084 Border Color

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

This div border color is #eda084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda084


Comments

No comments written yet.

Please login to write comment.