Color Hex Logo

#eada5d Color Hex

#EADA5D
(234,218,93)
0 Favorites   0 Comments

Color spaces of #eada5d

RGB 23421893
HSL0.150.770.64
HSV53°60°92°
CMYK 0.000.070.60   0.08
XYZ60.978968.425520.3494
Yxy68.42550.40720.4569
Hunter Lab82.7197-13.173843.3182
CIE-Lab86.2188-9.360161.8916

#eada5d color RGB value is (234,218,93).

#eada5d hex color red value is 234, green value is 218 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #eada5d hue: 0.15 , saturation: 0.77 and the lightness value of eada5d is 0.64.

The process color (four color CMYK) of #eada5d color hex is 0.00, 0.07, 0.60, 0.08. Web safe color of #eada5d is #ffcc66. Color #eada5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011010 01011101
Octal 352 332 135
Decimal 234 218 93
Hex EA DA 5D

RGB Percentages of Color #eada5d

%42.94
%40.00
%17.06

CMYK Percentages of Color #eada5d

%0
%7
%60
%8

Triadic Colors of #eada5d

#eada5d #5deada #da5dea

Analogous Colors of #eada5d

#eada5d #b4ea5d #ea945d

Monochromatic Colors of #eada5d

#eada5d

Complementary Color

#eada5d #5d6dea

#eada5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eada5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eada5d Color CSS Codes

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

#eada5d Text Font Color

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

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


#eada5d Background Color

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

This div background color is #eada5d


#eada5d Border Color

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

This div border color is #eada5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,218,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eada5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eada5d;
  -webkit-box-shadow: 1px 1px 3px 2px #eada5d;
  box-shadow:         1px 1px 3px 2px #eada5d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,218,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eada5d


Comments

No comments written yet.

Please login to write comment.