Color Hex Logo

#eda4de Color Hex

#EDA4DE
(237,164,222)
0 Favorites   0 Comments

Color spaces of #eda4de

RGB 237164222
HSL0.870.670.79
HSV312°31°93°
CMYK 0.000.310.06   0.07
XYZ61.385349.829475.4899
Yxy49.82940.32880.2669
Hunter Lab70.589931.6919-13.9926
CIE-Lab75.964435.7955-18.4541

#eda4de color RGB value is (237,164,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 11011110
Octal 355 244 336
Decimal 237 164 222
Hex ED A4 DE

RGB Percentages of Color #eda4de

%38.04
%26.32
%35.63

CMYK Percentages of Color #eda4de

%0
%31
%6
%7

Triadic Colors of #eda4de

#eda4de #deeda4 #a4deed

Analogous Colors of #eda4de

#eda4de #eda4ba #d8a4ed

Monochromatic Colors of #eda4de

#eda4de

Complementary Color

#eda4de #a4edb3

#eda4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda4de Color CSS Codes

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

#eda4de Text Font Color

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

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


#eda4de Background Color

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

This div background color is #eda4de


#eda4de Border Color

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

This div border color is #eda4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda4de


Comments

No comments written yet.

Please login to write comment.