Color Hex Logo

#edadaa Color Hex

#EDADAA
(237,173,170)
0 Favorites   0 Comments

Color spaces of #edadaa

RGB 237173170
HSL0.010.650.80
HSV28°93°
CMYK 0.000.270.28   0.07
XYZ57.124350.793944.8236
Yxy50.79390.37400.3325
Hunter Lab71.269818.349312.5997
CIE-Lab76.554023.013410.7955

#edadaa color RGB value is (237,173,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 10101010
Octal 355 255 252
Decimal 237 173 170
Hex ED AD AA

RGB Percentages of Color #edadaa

%40.86
%29.83
%29.31

CMYK Percentages of Color #edadaa

%0
%27
%28
%7

Triadic Colors of #edadaa

#edadaa #aaedad #adaaed

Analogous Colors of #edadaa

#edadaa #edcfaa #edaac9

Monochromatic Colors of #edadaa

#edadaa

Complementary Color

#edadaa #aaeaed

#edadaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadaa Color CSS Codes

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

#edadaa Text Font Color

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

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


#edadaa Background Color

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

This div background color is #edadaa


#edadaa Border Color

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

This div border color is #edadaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadaa


Comments

No comments written yet.

Please login to write comment.