Color Hex Logo

#eadc5b Color Hex

#EADC5B
(234,220,91)
0 Favorites   0 Comments

Color spaces of #eadc5b

RGB 23422091
HSL0.150.770.64
HSV54°61°92°
CMYK 0.000.060.61   0.08
XYZ61.413269.434220.0628
Yxy69.43420.40700.4601
Hunter Lab83.3272-14.265844.0537
CIE-Lab86.7186-10.493263.2928

#eadc5b color RGB value is (234,220,91).

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

The process color (four color CMYK) of #eadc5b color hex is 0.00, 0.06, 0.61, 0.08. Web safe color of #eadc5b is #ffcc66. Color #eadc5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011100 01011011
Octal 352 334 133
Decimal 234 220 91
Hex EA DC 5B

RGB Percentages of Color #eadc5b

%42.94
%40.37
%16.70

CMYK Percentages of Color #eadc5b

%0
%6
%61
%8

Triadic Colors of #eadc5b

#eadc5b #5beadc #dc5bea

Analogous Colors of #eadc5b

#eadc5b #b1ea5b #ea955b

Monochromatic Colors of #eadc5b

#eadc5b

Complementary Color

#eadc5b #5b69ea

#eadc5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadc5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadc5b Color CSS Codes

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

#eadc5b Text Font Color

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

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


#eadc5b Background Color

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

This div background color is #eadc5b


#eadc5b Border Color

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

This div border color is #eadc5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadc5b


Comments

No comments written yet.

Please login to write comment.