Color Hex Logo

#edaabb Color Hex

#EDAABB
(237,170,187)
1 Favorites   0 Comments

Color spaces of #edaabb

RGB 237170187
HSL0.960.650.80
HSV345°28°93°
CMYK 0.000.280.21   0.07
XYZ58.269450.341853.6595
Yxy50.34180.35910.3102
Hunter Lab70.952022.42754.8266
CIE-Lab76.278627.00141.1246

#edaabb color RGB value is (237,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 10111011
Octal 355 252 273
Decimal 237 170 187
Hex ED AA BB

RGB Percentages of Color #edaabb

%39.90
%28.62
%31.48

CMYK Percentages of Color #edaabb

%0
%28
%21
%7

Triadic Colors of #edaabb

#edaabb #bbedaa #aabbed

Analogous Colors of #edaabb

#edaabb #edbbaa #edaadd

Monochromatic Colors of #edaabb

#edaabb

Complementary Color

#edaabb #aaeddc

#edaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaabb Color CSS Codes

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

#edaabb Text Font Color

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

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


#edaabb Background Color

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

This div background color is #edaabb


#edaabb Border Color

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

This div border color is #edaabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaabb

#edaabb Color Palettes


Comments

No comments written yet.

Please login to write comment.