Color Hex Logo

#eda69f Color Hex

#EDA69F
(237,166,159)
0 Favorites   0 Comments

Color spaces of #eda69f

RGB 237166159
HSL0.010.680.78
HSV33°93°
CMYK 0.000.300.33   0.07
XYZ54.819347.780239.1341
Yxy47.78020.38680.3371
Hunter Lab69.123220.596714.8192
CIE-Lab74.686125.311314.1568

#eda69f color RGB value is (237,166,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100110 10011111
Octal 355 246 237
Decimal 237 166 159
Hex ED A6 9F

RGB Percentages of Color #eda69f

%42.17
%29.54
%28.29

CMYK Percentages of Color #eda69f

%0
%30
%33
%7

Triadic Colors of #eda69f

#eda69f #9feda6 #a69fed

Analogous Colors of #eda69f

#eda69f #edcd9f #ed9fbf

Monochromatic Colors of #eda69f

#eda69f

Complementary Color

#eda69f #9fe6ed

#eda69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda69f Color CSS Codes

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

#eda69f Text Font Color

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

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


#eda69f Background Color

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

This div background color is #eda69f


#eda69f Border Color

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

This div border color is #eda69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda69f


Comments

No comments written yet.

Please login to write comment.