Color Hex Logo

#eda684 Color Hex

#EDA684
(237,166,132)
0 Favorites   0 Comments

Color spaces of #eda684

RGB 237166132
HSL0.050.740.72
HSV19°44°93°
CMYK 0.000.300.44   0.07
XYZ52.726146.942928.1117
Yxy46.94290.41260.3674
Hunter Lab68.514917.464823.6337
CIE-Lab74.153222.241928.0846

#eda684 color RGB value is (237,166,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100110 10000100
Octal 355 246 204
Decimal 237 166 132
Hex ED A6 84

RGB Percentages of Color #eda684

%44.30
%31.03
%24.67

CMYK Percentages of Color #eda684

%0
%30
%44
%7

Triadic Colors of #eda684

#eda684 #84eda6 #a684ed

Analogous Colors of #eda684

#eda684 #eddb84 #ed8497

Monochromatic Colors of #eda684

#eda684

Complementary Color

#eda684 #84cbed

#eda684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda684 Color CSS Codes

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

#eda684 Text Font Color

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

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


#eda684 Background Color

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

This div background color is #eda684


#eda684 Border Color

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

This div border color is #eda684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda684


Comments

No comments written yet.

Please login to write comment.