Color Hex Logo

#eda784 Color Hex

#EDA784
(237,167,132)
0 Favorites   0 Comments

Color spaces of #eda784

RGB 237167132
HSL0.060.740.72
HSV20°44°93°
CMYK 0.000.300.44   0.07
XYZ52.908647.307928.1725
Yxy47.30790.41210.3685
Hunter Lab68.780716.942323.8614
CIE-Lab74.386321.710828.3947

#eda784 color RGB value is (237,167,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100111 10000100
Octal 355 247 204
Decimal 237 167 132
Hex ED A7 84

RGB Percentages of Color #eda784

%44.22
%31.16
%24.63

CMYK Percentages of Color #eda784

%0
%30
%44
%7

Triadic Colors of #eda784

#eda784 #84eda7 #a784ed

Analogous Colors of #eda784

#eda784 #eddc84 #ed8496

Monochromatic Colors of #eda784

#eda784

Complementary Color

#eda784 #84caed

#eda784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda784 Color CSS Codes

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

#eda784 Text Font Color

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

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


#eda784 Background Color

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

This div background color is #eda784


#eda784 Border Color

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

This div border color is #eda784


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda784


Comments

No comments written yet.

Please login to write comment.