Color Hex Logo

#edaab8 Color Hex

#EDAAB8
(237,170,184)
0 Favorites   0 Comments

Color spaces of #edaab8

RGB 237170184
HSL0.970.650.80
HSV347°28°93°
CMYK 0.000.280.22   0.07
XYZ57.951550.214751.9854
Yxy50.21470.36190.3135
Hunter Lab70.862321.96896.1078
CIE-Lab76.200926.56262.6509

#edaab8 color RGB value is (237,170,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 10111000
Octal 355 252 270
Decimal 237 170 184
Hex ED AA B8

RGB Percentages of Color #edaab8

%40.10
%28.76
%31.13

CMYK Percentages of Color #edaab8

%0
%28
%22
%7

Triadic Colors of #edaab8

#edaab8 #b8edaa #aab8ed

Analogous Colors of #edaab8

#edaab8 #edbeaa #edaada

Monochromatic Colors of #edaab8

#edaab8

Complementary Color

#edaab8 #aaeddf

#edaab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaab8 Color CSS Codes

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

#edaab8 Text Font Color

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

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


#edaab8 Background Color

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

This div background color is #edaab8


#edaab8 Border Color

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

This div border color is #edaab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaab8


Comments

No comments written yet.

Please login to write comment.