Color Hex Logo

#edabd9 Color Hex

#EDABD9
(237,171,217)
0 Favorites   0 Comments

Color spaces of #edabd9

RGB 237171217
HSL0.880.650.80
HSV318°28°93°
CMYK 0.000.280.08   0.07
XYZ62.012352.140172.4413
Yxy52.14010.33230.2794
Hunter Lab72.208126.9316-8.9358
CIE-Lab77.364531.2271-13.6244

#edabd9 color RGB value is (237,171,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 11011001
Octal 355 253 331
Decimal 237 171 217
Hex ED AB D9

RGB Percentages of Color #edabd9

%37.92
%27.36
%34.72

CMYK Percentages of Color #edabd9

%0
%28
%8
%7

Triadic Colors of #edabd9

#edabd9 #d9edab #abd9ed

Analogous Colors of #edabd9

#edabd9 #edabb8 #e0abed

Monochromatic Colors of #edabd9

#edabd9

Complementary Color

#edabd9 #abedbf

#edabd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabd9 Color CSS Codes

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

#edabd9 Text Font Color

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

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


#edabd9 Background Color

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

This div background color is #edabd9


#edabd9 Border Color

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

This div border color is #edabd9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,171,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 #edabd9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabd9


Comments

No comments written yet.

Please login to write comment.