Color Hex Logo

#edaabd Color Hex

#EDAABD
(237,170,189)
0 Favorites   0 Comments

Color spaces of #edaabd

RGB 237170189
HSL0.950.650.80
HSV343°28°93°
CMYK 0.000.280.20   0.07
XYZ58.485150.428154.7952
Yxy50.42810.35730.3080
Hunter Lab71.012722.73783.9593
CIE-Lab76.331327.29770.1087

#edaabd color RGB value is (237,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 10111101
Octal 355 252 275
Decimal 237 170 189
Hex ED AA BD

RGB Percentages of Color #edaabd

%39.77
%28.52
%31.71

CMYK Percentages of Color #edaabd

%0
%28
%20
%7

Triadic Colors of #edaabd

#edaabd #bdedaa #aabded

Analogous Colors of #edaabd

#edaabd #edb9aa #edaadf

Monochromatic Colors of #edaabd

#edaabd

Complementary Color

#edaabd #aaedda

#edaabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaabd Color CSS Codes

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

#edaabd Text Font Color

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

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


#edaabd Background Color

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

This div background color is #edaabd


#edaabd Border Color

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

This div border color is #edaabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaabd


Comments

No comments written yet.

Please login to write comment.