Color Hex Logo

#eadd5b Color Hex

#EADD5B
(234,221,91)
0 Favorites   0 Comments

Color spaces of #eadd5b

RGB 23422191
HSL0.150.770.64
HSV55°61°92°
CMYK 0.000.060.61   0.08
XYZ61.676569.960720.1506
Yxy69.96070.40630.4609
Hunter Lab83.6425-14.751744.2660
CIE-Lab86.9776-10.992663.5735

#eadd5b color RGB value is (234,221,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 01011011
Octal 352 335 133
Decimal 234 221 91
Hex EA DD 5B

RGB Percentages of Color #eadd5b

%42.86
%40.48
%16.67

CMYK Percentages of Color #eadd5b

%0
%6
%61
%8

Triadic Colors of #eadd5b

#eadd5b #5beadd #dd5bea

Analogous Colors of #eadd5b

#eadd5b #b0ea5b #ea965b

Monochromatic Colors of #eadd5b

#eadd5b

Complementary Color

#eadd5b #5b68ea

#eadd5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadd5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadd5b Color CSS Codes

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

#eadd5b Text Font Color

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

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


#eadd5b Background Color

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

This div background color is #eadd5b


#eadd5b Border Color

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

This div border color is #eadd5b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,221,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 #eadd5b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadd5b


Comments

No comments written yet.

Please login to write comment.