Color Hex Logo

#edaa99 Color Hex

#EDAA99
(237,170,153)
0 Favorites   0 Comments

Color spaces of #edaa99

RGB 237170153
HSL0.030.700.76
HSV12°35°93°
CMYK 0.000.280.35   0.07
XYZ55.049549.053936.7039
Yxy49.05390.39100.3484
Hunter Lab70.038517.731717.9558
CIE-Lab75.484822.450218.5406

#edaa99 color RGB value is (237,170,153).

#edaa99 hex color red value is 237, green value is 170 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #edaa99 hue: 0.03 , saturation: 0.70 and the lightness value of edaa99 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 10011001
Octal 355 252 231
Decimal 237 170 153
Hex ED AA 99

RGB Percentages of Color #edaa99

%42.32
%30.36
%27.32

CMYK Percentages of Color #edaa99

%0
%28
%35
%7

Triadic Colors of #edaa99

#edaa99 #99edaa #aa99ed

Analogous Colors of #edaa99

#edaa99 #edd499 #ed99b2

Monochromatic Colors of #edaa99

#edaa99

Complementary Color

#edaa99 #99dced

#edaa99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa99 Color CSS Codes

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

#edaa99 Text Font Color

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

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


#edaa99 Background Color

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

This div background color is #edaa99


#edaa99 Border Color

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

This div border color is #edaa99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa99


Comments

No comments written yet.

Please login to write comment.