Color Hex Logo

#edabdd Color Hex

#EDABDD
(237,171,221)
0 Favorites   0 Comments

Color spaces of #edabdd

RGB 237171221
HSL0.870.650.80
HSV315°28°93°
CMYK 0.000.280.07   0.07
XYZ62.539152.350875.2152
Yxy52.35080.32900.2754
Hunter Lab72.353927.6673-10.9870
CIE-Lab77.490131.9103-15.6086

#edabdd color RGB value is (237,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 11011101
Octal 355 253 335
Decimal 237 171 221
Hex ED AB DD

RGB Percentages of Color #edabdd

%37.68
%27.19
%35.14

CMYK Percentages of Color #edabdd

%0
%28
%7
%7

Triadic Colors of #edabdd

#edabdd #ddedab #abdded

Analogous Colors of #edabdd

#edabdd #edabbc #dcabed

Monochromatic Colors of #edabdd

#edabdd

Complementary Color

#edabdd #abedbb

#edabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabdd Color CSS Codes

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

#edabdd Text Font Color

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

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


#edabdd Background Color

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

This div background color is #edabdd


#edabdd Border Color

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

This div border color is #edabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabdd


Comments

No comments written yet.

Please login to write comment.