Color Hex Logo

#eadd66 Color Hex

#EADD66
(234,221,102)
0 Favorites   0 Comments

Color spaces of #eadd66

RGB 234221102
HSL0.150.760.66
HSV54°56°92°
CMYK 0.000.060.56   0.08
XYZ62.186470.164622.8359
Yxy70.16460.40070.4521
Hunter Lab83.7643-14.069642.4713
CIE-Lab87.0775-10.233858.8926

#eadd66 color RGB value is (234,221,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 01100110
Octal 352 335 146
Decimal 234 221 102
Hex EA DD 66

RGB Percentages of Color #eadd66

%42.01
%39.68
%18.31

CMYK Percentages of Color #eadd66

%0
%6
%56
%8

Triadic Colors of #eadd66

#eadd66 #66eadd #dd66ea

Analogous Colors of #eadd66

#eadd66 #b5ea66 #ea9b66

Monochromatic Colors of #eadd66

#eadd66

Complementary Color

#eadd66 #6673ea

#eadd66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadd66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadd66 Color CSS Codes

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

#eadd66 Text Font Color

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

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


#eadd66 Background Color

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

This div background color is #eadd66


#eadd66 Border Color

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

This div border color is #eadd66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadd66


Comments

No comments written yet.

Please login to write comment.