Color Hex Logo

#eda7df Color Hex

#EDA7DF
(237,167,223)
0 Favorites   0 Comments

Color spaces of #eda7df

RGB 237167223
HSL0.870.660.79
HSV312°30°93°
CMYK 0.000.300.06   0.07
XYZ62.063150.969776.3791
Yxy50.96970.32770.2691
Hunter Lab71.393130.2350-13.4556
CIE-Lab76.660734.3795-17.9460

#eda7df color RGB value is (237,167,223).

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

The process color (four color CMYK) of #eda7df color hex is 0.00, 0.30, 0.06, 0.07. Web safe color of #eda7df is #ff99cc. Color #eda7df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100111 11011111
Octal 355 247 337
Decimal 237 167 223
Hex ED A7 DF

RGB Percentages of Color #eda7df

%37.80
%26.63
%35.57

CMYK Percentages of Color #eda7df

%0
%30
%6
%7

Triadic Colors of #eda7df

#eda7df #dfeda7 #a7dfed

Analogous Colors of #eda7df

#eda7df #eda7bc #d8a7ed

Monochromatic Colors of #eda7df

#eda7df

Complementary Color

#eda7df #a7edb5

#eda7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda7df Color CSS Codes

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

#eda7df Text Font Color

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

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


#eda7df Background Color

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

This div background color is #eda7df


#eda7df Border Color

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

This div border color is #eda7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda7df


Comments

No comments written yet.

Please login to write comment.