Color Hex Logo

#eda46c Color Hex

#EDA46C
(237,164,108)
0 Favorites   0 Comments

Color spaces of #eda46c

RGB 237164108
HSL0.070.780.68
HSV26°54°93°
CMYK 0.000.310.54   0.07
XYZ50.907345.638220.3133
Yxy45.63820.43560.3905
Hunter Lab67.556116.286729.4614
CIE-Lab73.310221.096539.7030

#eda46c color RGB value is (237,164,108).

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

The process color (four color CMYK) of #eda46c color hex is 0.00, 0.31, 0.54, 0.07. Web safe color of #eda46c is #ff9966. Color #eda46c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 01101100
Octal 355 244 154
Decimal 237 164 108
Hex ED A4 6C

RGB Percentages of Color #eda46c

%46.56
%32.22
%21.22

CMYK Percentages of Color #eda46c

%0
%31
%54
%7

Triadic Colors of #eda46c

#eda46c #6ceda4 #a46ced

Analogous Colors of #eda46c

#eda46c #ede56c #ed6c75

Monochromatic Colors of #eda46c

#eda46c

Complementary Color

#eda46c #6cb5ed

#eda46c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda46c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda46c Color CSS Codes

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

#eda46c Text Font Color

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

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


#eda46c Background Color

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

This div background color is #eda46c


#eda46c Border Color

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

This div border color is #eda46c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda46c


Comments

No comments written yet.

Please login to write comment.