Color Hex Logo

#eda68c Color Hex

#EDA68C
(237,166,140)
0 Favorites   0 Comments

Color spaces of #eda68c

RGB 237166140
HSL0.040.730.74
HSV16°41°93°
CMYK 0.000.300.41   0.07
XYZ53.294947.170431.1068
Yxy47.17040.40510.3585
Hunter Lab68.680718.321321.2229
CIE-Lab74.298623.087223.9643

#eda68c color RGB value is (237,166,140).

#eda68c hex color red value is 237, green value is 166 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #eda68c hue: 0.04 , saturation: 0.73 and the lightness value of eda68c is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100110 10001100
Octal 355 246 214
Decimal 237 166 140
Hex ED A6 8C

RGB Percentages of Color #eda68c

%43.65
%30.57
%25.78

CMYK Percentages of Color #eda68c

%0
%30
%41
%7

Triadic Colors of #eda68c

#eda68c #8ceda6 #a68ced

Analogous Colors of #eda68c

#eda68c #edd78c #ed8ca3

Monochromatic Colors of #eda68c

#eda68c

Complementary Color

#eda68c #8cd3ed

#eda68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda68c Color CSS Codes

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

#eda68c Text Font Color

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

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


#eda68c Background Color

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

This div background color is #eda68c


#eda68c Border Color

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

This div border color is #eda68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda68c


Comments

No comments written yet.

Please login to write comment.