Color Hex Logo

#eeae0d Color Hex

#EEAE0D
(238,174,13)
0 Favorites   0 Comments

Color spaces of #eeae0d

RGB 23817413
HSL0.120.900.49
HSV43°95°93°
CMYK 0.000.270.95   0.07
XYZ50.468648.47837.0780
Yxy48.47830.47600.4572
Hunter Lab69.62647.539442.7112
CIE-Lab75.125612.101576.6963

#eeae0d color RGB value is (238,174,13).

#eeae0d hex color red value is 238, green value is 174 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #eeae0d hue: 0.12 , saturation: 0.90 and the lightness value of eeae0d is 0.49.

The process color (four color CMYK) of #eeae0d color hex is 0.00, 0.27, 0.95, 0.07. Web safe color of #eeae0d is #ff9900. Color #eeae0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 00001101
Octal 356 256 15
Decimal 238 174 13
Hex EE AE D

RGB Percentages of Color #eeae0d

%56.00
%40.94
%3.06

CMYK Percentages of Color #eeae0d

%0
%27
%95
%7

Triadic Colors of #eeae0d

#eeae0d #0deeae #ae0dee

Analogous Colors of #eeae0d

#eeae0d #beee0d #ee3e0d

Monochromatic Colors of #eeae0d

#eeae0d

Complementary Color

#eeae0d #0d4dee

#eeae0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeae0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeae0d Color CSS Codes

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

#eeae0d Text Font Color

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

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


#eeae0d Background Color

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

This div background color is #eeae0d


#eeae0d Border Color

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

This div border color is #eeae0d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,174,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeae0d


Comments

No comments written yet.

Please login to write comment.