Color Hex Logo

#edada1 Color Hex

#EDADA1
(237,173,161)
0 Favorites   0 Comments

Color spaces of #edada1

RGB 237173161
HSL0.030.680.78
HSV32°93°
CMYK 0.000.270.32   0.07
XYZ56.301650.464940.4915
Yxy50.46490.38230.3427
Hunter Lab71.038717.152315.9322
CIE-Lab76.353721.841215.4066

#edada1 color RGB value is (237,173,161).

#edada1 hex color red value is 237, green value is 173 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #edada1 hue: 0.03 , saturation: 0.68 and the lightness value of edada1 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 10100001
Octal 355 255 241
Decimal 237 173 161
Hex ED AD A1

RGB Percentages of Color #edada1

%41.51
%30.30
%28.20

CMYK Percentages of Color #edada1

%0
%27
%32
%7

Triadic Colors of #edada1

#edada1 #a1edad #ada1ed

Analogous Colors of #edada1

#edada1 #edd3a1 #eda1bb

Monochromatic Colors of #edada1

#edada1

Complementary Color

#edada1 #a1e1ed

#edada1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edada1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edada1 Color CSS Codes

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

#edada1 Text Font Color

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

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


#edada1 Background Color

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

This div background color is #edada1


#edada1 Border Color

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

This div border color is #edada1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edada1

#edada1 Color Palettes


Comments

No comments written yet.

Please login to write comment.