Color Hex Logo

#edaaaa Color Hex

#EDAAAA
(237,170,170)
0 Favorites   0 Comments

Color spaces of #edaaaa

RGB 237170170
HSL0.000.650.80
HSV28°93°
CMYK 0.000.280.28   0.07
XYZ56.555549.656344.6340
Yxy49.65630.37490.3292
Hunter Lab70.467219.942711.7727
CIE-Lab75.857824.60919.8053

#edaaaa color RGB value is (237,170,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 10101010
Octal 355 252 252
Decimal 237 170 170
Hex ED AA AA

RGB Percentages of Color #edaaaa

%41.07
%29.46
%29.46

CMYK Percentages of Color #edaaaa

%0
%28
%28
%7

Triadic Colors of #edaaaa

#edaaaa #aaedaa #aaaaed

Analogous Colors of #edaaaa

#edaaaa #edccaa #edaacc

Monochromatic Colors of #edaaaa

#edaaaa

Complementary Color

#edaaaa #aaeded

#edaaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaaaa Color CSS Codes

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

#edaaaa Text Font Color

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

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


#edaaaa Background Color

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

This div background color is #edaaaa


#edaaaa Border Color

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

This div border color is #edaaaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,170,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 #edaaaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaaaa

#edaaaa Color Palettes


Comments

No comments written yet.

Please login to write comment.