Color Hex Logo

#eda8ae Color Hex

#EDA8AE
(237,168,174)
0 Favorites   0 Comments

Color spaces of #eda8ae

RGB 237168174
HSL0.990.660.79
HSV355°29°93°
CMYK 0.000.290.27   0.07
XYZ56.567749.065846.5336
Yxy49.06580.37170.3224
Hunter Lab70.047021.56879.6454
CIE-Lab75.492226.21507.0965

#eda8ae color RGB value is (237,168,174).

#eda8ae hex color red value is 237, green value is 168 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eda8ae hue: 0.99 , saturation: 0.66 and the lightness value of eda8ae is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101000 10101110
Octal 355 250 256
Decimal 237 168 174
Hex ED A8 AE

RGB Percentages of Color #eda8ae

%40.93
%29.02
%30.05

CMYK Percentages of Color #eda8ae

%0
%29
%27
%7

Triadic Colors of #eda8ae

#eda8ae #aeeda8 #a8aeed

Analogous Colors of #eda8ae

#eda8ae #edc5a8 #eda8d1

Monochromatic Colors of #eda8ae

#eda8ae

Complementary Color

#eda8ae #a8ede7

#eda8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda8ae Color CSS Codes

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

#eda8ae Text Font Color

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

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


#eda8ae Background Color

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

This div background color is #eda8ae


#eda8ae Border Color

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

This div border color is #eda8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda8ae


Comments

No comments written yet.

Please login to write comment.