Color Hex Logo

#eda47a Color Hex

#EDA47A
(237,164,122)
0 Favorites   0 Comments

Color spaces of #eda47a

RGB 237164122
HSL0.060.760.70
HSV22°49°93°
CMYK 0.000.310.49   0.07
XYZ51.713445.960624.5580
Yxy45.96060.42310.3760
Hunter Lab67.794217.519725.9786
CIE-Lab73.520022.324232.6026

#eda47a color RGB value is (237,164,122).

#eda47a hex color red value is 237, green value is 164 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #eda47a hue: 0.06 , saturation: 0.76 and the lightness value of eda47a is 0.70.

The process color (four color CMYK) of #eda47a color hex is 0.00, 0.31, 0.49, 0.07. Web safe color of #eda47a is #ff9966. Color #eda47a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 01111010
Octal 355 244 172
Decimal 237 164 122
Hex ED A4 7A

RGB Percentages of Color #eda47a

%45.32
%31.36
%23.33

CMYK Percentages of Color #eda47a

%0
%31
%49
%7

Triadic Colors of #eda47a

#eda47a #7aeda4 #a47aed

Analogous Colors of #eda47a

#eda47a #edde7a #ed7a8a

Monochromatic Colors of #eda47a

#eda47a

Complementary Color

#eda47a #7ac3ed

#eda47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda47a Color CSS Codes

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

#eda47a Text Font Color

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

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


#eda47a Background Color

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

This div background color is #eda47a


#eda47a Border Color

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

This div border color is #eda47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda47a


Comments

No comments written yet.

Please login to write comment.