Color Hex Logo

#eda4cd Color Hex

#EDA4CD
(237,164,205)
0 Favorites   0 Comments

Color spaces of #eda4cd

RGB 237164205
HSL0.910.670.79
HSV326°31°93°
CMYK 0.000.310.14   0.07
XYZ59.220048.963264.0872
Yxy48.96320.34380.2842
Hunter Lab69.973728.6137-5.3207
CIE-Lab75.428432.9632-9.9750

#eda4cd color RGB value is (237,164,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 11001101
Octal 355 244 315
Decimal 237 164 205
Hex ED A4 CD

RGB Percentages of Color #eda4cd

%39.11
%27.06
%33.83

CMYK Percentages of Color #eda4cd

%0
%31
%14
%7

Triadic Colors of #eda4cd

#eda4cd #cdeda4 #a4cded

Analogous Colors of #eda4cd

#eda4cd #eda4a9 #e9a4ed

Monochromatic Colors of #eda4cd

#eda4cd

Complementary Color

#eda4cd #a4edc4

#eda4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda4cd Color CSS Codes

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

#eda4cd Text Font Color

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

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


#eda4cd Background Color

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

This div background color is #eda4cd


#eda4cd Border Color

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

This div border color is #eda4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda4cd


Comments

No comments written yet.

Please login to write comment.