Color Hex Logo

#eadd5c Color Hex

#EADD5C
(234,221,92)
0 Favorites   0 Comments

Color spaces of #eadd5c

RGB 23422192
HSL0.150.770.64
HSV55°61°92°
CMYK 0.000.060.61   0.08
XYZ61.719969.978020.3793
Yxy69.97800.40580.4601
Hunter Lab83.6529-14.693444.1129
CIE-Lab86.9861-10.927763.1586

#eadd5c color RGB value is (234,221,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 01011100
Octal 352 335 134
Decimal 234 221 92
Hex EA DD 5C

RGB Percentages of Color #eadd5c

%42.78
%40.40
%16.82

CMYK Percentages of Color #eadd5c

%0
%6
%61
%8

Triadic Colors of #eadd5c

#eadd5c #5ceadd #dd5cea

Analogous Colors of #eadd5c

#eadd5c #b0ea5c #ea965c

Monochromatic Colors of #eadd5c

#eadd5c

Complementary Color

#eadd5c #5c69ea

#eadd5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadd5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadd5c Color CSS Codes

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

#eadd5c Text Font Color

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

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


#eadd5c Background Color

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

This div background color is #eadd5c


#eadd5c Border Color

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

This div border color is #eadd5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadd5c


Comments

No comments written yet.

Please login to write comment.