Color Hex Logo

#edadd9 Color Hex

#EDADD9
(237,173,217)
0 Favorites   0 Comments

Color spaces of #edadd9

RGB 237173217
HSL0.890.640.80
HSV319°27°93°
CMYK 0.000.270.08   0.07
XYZ62.393052.901472.5682
Yxy52.90140.33210.2816
Hunter Lab72.733325.8397-8.2420
CIE-Lab77.816730.1635-12.9467

#edadd9 color RGB value is (237,173,217).

#edadd9 hex color red value is 237, green value is 173 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #edadd9 hue: 0.89 , saturation: 0.64 and the lightness value of edadd9 is 0.80.

The process color (four color CMYK) of #edadd9 color hex is 0.00, 0.27, 0.08, 0.07. Web safe color of #edadd9 is #ff99cc. Color #edadd9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 11011001
Octal 355 255 331
Decimal 237 173 217
Hex ED AD D9

RGB Percentages of Color #edadd9

%37.80
%27.59
%34.61

CMYK Percentages of Color #edadd9

%0
%27
%8
%7

Triadic Colors of #edadd9

#edadd9 #d9edad #add9ed

Analogous Colors of #edadd9

#edadd9 #edadb9 #e1aded

Monochromatic Colors of #edadd9

#edadd9

Complementary Color

#edadd9 #adedc1

#edadd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadd9 Color CSS Codes

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

#edadd9 Text Font Color

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

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


#edadd9 Background Color

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

This div background color is #edadd9


#edadd9 Border Color

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

This div border color is #edadd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadd9


Comments

No comments written yet.

Please login to write comment.