Color Hex Logo

#eead66 Color Hex

#EEAD66
(238,173,102)
0 Favorites   0 Comments

Color spaces of #eead66

RGB 238173102
HSL0.090.800.67
HSV31°57°93°
CMYK 0.000.270.57   0.07
XYZ52.601749.023619.2605
Yxy49.02360.43510.4055
Hunter Lab70.016911.572532.7021
CIE-Lab75.466016.260045.4295

#eead66 color RGB value is (238,173,102).

#eead66 hex color red value is 238, green value is 173 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #eead66 hue: 0.09 , saturation: 0.80 and the lightness value of eead66 is 0.67.

The process color (four color CMYK) of #eead66 color hex is 0.00, 0.27, 0.57, 0.07. Web safe color of #eead66 is #ff9966. Color #eead66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 01100110
Octal 356 255 146
Decimal 238 173 102
Hex EE AD 66

RGB Percentages of Color #eead66

%46.39
%33.72
%19.88

CMYK Percentages of Color #eead66

%0
%27
%57
%7

Triadic Colors of #eead66

#eead66 #66eead #ad66ee

Analogous Colors of #eead66

#eead66 #ebee66 #ee6966

Monochromatic Colors of #eead66

#eead66

Complementary Color

#eead66 #66a7ee

#eead66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eead66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eead66 Color CSS Codes

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

#eead66 Text Font Color

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

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


#eead66 Background Color

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

This div background color is #eead66


#eead66 Border Color

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

This div border color is #eead66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eead66


Comments

No comments written yet.

Please login to write comment.