Color Hex Logo

#eda3ae Color Hex

#EDA3AE
(237,163,174)
0 Favorites   0 Comments

Color spaces of #eda3ae

RGB 237163174
HSL0.980.670.78
HSV351°31°93°
CMYK 0.000.310.27   0.07
XYZ55.662247.254946.2318
Yxy47.25490.37320.3168
Hunter Lab68.742224.23698.2447
CIE-Lab74.352528.87145.4579

#eda3ae color RGB value is (237,163,174).

#eda3ae hex color red value is 237, green value is 163 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eda3ae hue: 0.98 , saturation: 0.67 and the lightness value of eda3ae is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100011 10101110
Octal 355 243 256
Decimal 237 163 174
Hex ED A3 AE

RGB Percentages of Color #eda3ae

%41.29
%28.40
%30.31

CMYK Percentages of Color #eda3ae

%0
%31
%27
%7

Triadic Colors of #eda3ae

#eda3ae #aeeda3 #a3aeed

Analogous Colors of #eda3ae

#eda3ae #edbda3 #eda3d3

Monochromatic Colors of #eda3ae

#eda3ae

Complementary Color

#eda3ae #a3ede2

#eda3ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda3ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda3ae Color CSS Codes

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

#eda3ae Text Font Color

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

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


#eda3ae Background Color

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

This div background color is #eda3ae


#eda3ae Border Color

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

This div border color is #eda3ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,163,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 #eda3ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda3ae


Comments

No comments written yet.

Please login to write comment.