Color Hex Logo

#eeae64 Color Hex

#EEAE64
(238,174,100)
0 Favorites   0 Comments

Color spaces of #eeae64

RGB 238174100
HSL0.090.800.66
HSV32°58°93°
CMYK 0.000.270.58   0.07
XYZ52.696249.369318.8084
Yxy49.36930.43600.4084
Hunter Lab70.263310.911033.3133
CIE-Lab75.680515.581246.6847

#eeae64 color RGB value is (238,174,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 01100100
Octal 356 256 144
Decimal 238 174 100
Hex EE AE 64

RGB Percentages of Color #eeae64

%46.48
%33.98
%19.53

CMYK Percentages of Color #eeae64

%0
%27
%58
%7

Triadic Colors of #eeae64

#eeae64 #64eeae #ae64ee

Analogous Colors of #eeae64

#eeae64 #e9ee64 #ee6964

Monochromatic Colors of #eeae64

#eeae64

Complementary Color

#eeae64 #64a4ee

#eeae64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeae64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeae64 Color CSS Codes

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

#eeae64 Text Font Color

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

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


#eeae64 Background Color

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

This div background color is #eeae64


#eeae64 Border Color

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

This div border color is #eeae64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeae64


Comments

No comments written yet.

Please login to write comment.