Color Hex Logo

#edaaab Color Hex

#EDAAAB
(237,170,171)
0 Favorites   0 Comments

Color spaces of #edaaab

RGB 237170171
HSL1.000.650.80
HSV359°28°93°
CMYK 0.000.280.28   0.07
XYZ56.650549.694345.1342
Yxy49.69430.37400.3281
Hunter Lab70.494220.081311.3853
CIE-Lab75.881224.74349.2927

#edaaab color RGB value is (237,170,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 10101011
Octal 355 252 253
Decimal 237 170 171
Hex ED AA AB

RGB Percentages of Color #edaaab

%41.00
%29.41
%29.58

CMYK Percentages of Color #edaaab

%0
%28
%28
%7

Triadic Colors of #edaaab

#edaaab #abedaa #aaabed

Analogous Colors of #edaaab

#edaaab #edcbaa #edaacd

Monochromatic Colors of #edaaab

#edaaab

Complementary Color

#edaaab #aaedec

#edaaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaaab Color CSS Codes

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

#edaaab Text Font Color

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

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


#edaaab Background Color

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

This div background color is #edaaab


#edaaab Border Color

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

This div border color is #edaaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaaab

#edaaab Color Palettes


Comments

No comments written yet.

Please login to write comment.