Color Hex Logo

#eda460 Color Hex

#EDA460
(237,164,96)
0 Favorites   0 Comments

Color spaces of #eda460

RGB 23716496
HSL0.080.800.65
HSV29°59°93°
CMYK 0.000.310.59   0.07
XYZ50.311845.400017.1777
Yxy45.40000.44570.4022
Hunter Lab67.379515.370532.0503
CIE-Lab73.154520.177945.6464

#eda460 color RGB value is (237,164,96).

#eda460 hex color red value is 237, green value is 164 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #eda460 hue: 0.08 , saturation: 0.80 and the lightness value of eda460 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 01100000
Octal 355 244 140
Decimal 237 164 96
Hex ED A4 60

RGB Percentages of Color #eda460

%47.69
%33.00
%19.32

CMYK Percentages of Color #eda460

%0
%31
%59
%7

Triadic Colors of #eda460

#eda460 #60eda4 #a460ed

Analogous Colors of #eda460

#eda460 #edeb60 #ed6063

Monochromatic Colors of #eda460

#eda460

Complementary Color

#eda460 #60a9ed

#eda460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda460 Color CSS Codes

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

#eda460 Text Font Color

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

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


#eda460 Background Color

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

This div background color is #eda460


#eda460 Border Color

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

This div border color is #eda460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda460


Comments

No comments written yet.

Please login to write comment.