Color Hex Logo

#edada9 Color Hex

#EDADA9
(237,173,169)
0 Favorites   0 Comments

Color spaces of #edada9

RGB 237173169
HSL0.010.650.80
HSV29°93°
CMYK 0.000.270.29   0.07
XYZ57.030150.756244.3272
Yxy50.75620.37490.3337
Hunter Lab71.243418.212712.9805
CIE-Lab76.531122.880111.3073

#edada9 color RGB value is (237,173,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 10101001
Octal 355 255 251
Decimal 237 173 169
Hex ED AD A9

RGB Percentages of Color #edada9

%40.93
%29.88
%29.19

CMYK Percentages of Color #edada9

%0
%27
%29
%7

Triadic Colors of #edada9

#edada9 #a9edad #ada9ed

Analogous Colors of #edada9

#edada9 #edcfa9 #eda9c7

Monochromatic Colors of #edada9

#edada9

Complementary Color

#edada9 #a9e9ed

#edada9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edada9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edada9 Color CSS Codes

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

#edada9 Text Font Color

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

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


#edada9 Background Color

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

This div background color is #edada9


#edada9 Border Color

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

This div border color is #edada9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edada9


Comments

No comments written yet.

Please login to write comment.