Color Hex Logo

#eda7af Color Hex

#EDA7AF
(237,167,175)
0 Favorites   0 Comments

Color spaces of #eda7af

RGB 237167175
HSL0.980.660.79
HSV353°30°93°
CMYK 0.000.300.26   0.07
XYZ56.481648.737146.9877
Yxy48.73710.37110.3202
Hunter Lab69.812022.24518.9626
CIE-Lab75.287526.88416.2550

#eda7af color RGB value is (237,167,175).

#eda7af hex color red value is 237, green value is 167 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #eda7af hue: 0.98 , saturation: 0.66 and the lightness value of eda7af is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100111 10101111
Octal 355 247 257
Decimal 237 167 175
Hex ED A7 AF

RGB Percentages of Color #eda7af

%40.93
%28.84
%30.22

CMYK Percentages of Color #eda7af

%0
%30
%26
%7

Triadic Colors of #eda7af

#eda7af #afeda7 #a7afed

Analogous Colors of #eda7af

#eda7af #edc2a7 #eda7d2

Monochromatic Colors of #eda7af

#eda7af

Complementary Color

#eda7af #a7ede5

#eda7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda7af Color CSS Codes

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

#eda7af Text Font Color

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

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


#eda7af Background Color

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

This div background color is #eda7af


#eda7af Border Color

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

This div border color is #eda7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda7af


Comments

No comments written yet.

Please login to write comment.