Color Hex Logo

#edada5 Color Hex

#EDADA5
(237,173,165)
0 Favorites   0 Comments

Color spaces of #edada5

RGB 237173165
HSL0.020.670.79
HSV30°93°
CMYK 0.000.270.30   0.07
XYZ56.660250.608342.3794
Yxy50.60830.37860.3382
Hunter Lab71.139517.675014.4773
CIE-Lab76.441122.354113.3559

#edada5 color RGB value is (237,173,165).

#edada5 hex color red value is 237, green value is 173 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #edada5 hue: 0.02 , saturation: 0.67 and the lightness value of edada5 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 10100101
Octal 355 255 245
Decimal 237 173 165
Hex ED AD A5

RGB Percentages of Color #edada5

%41.22
%30.09
%28.70

CMYK Percentages of Color #edada5

%0
%27
%30
%7

Triadic Colors of #edada5

#edada5 #a5edad #ada5ed

Analogous Colors of #edada5

#edada5 #edd1a5 #eda5c1

Monochromatic Colors of #edada5

#edada5

Complementary Color

#edada5 #a5e5ed

#edada5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edada5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edada5 Color CSS Codes

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

#edada5 Text Font Color

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

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


#edada5 Background Color

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

This div background color is #edada5


#edada5 Border Color

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

This div border color is #edada5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edada5


Comments

No comments written yet.

Please login to write comment.