Color Hex Logo

#eee074 Color Hex

#EEE074
(238,224,116)
0 Favorites   0 Comments

Color spaces of #eee074

RGB 238224116
HSL0.150.780.69
HSV53°51°93°
CMYK 0.000.060.51   0.07
XYZ65.067972.749427.1356
Yxy72.74940.39450.4410
Hunter Lab85.2933-13.090440.8425
CIE-Lab88.3281-9.020654.0154

#eee074 color RGB value is (238,224,116).

#eee074 hex color red value is 238, green value is 224 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #eee074 hue: 0.15 , saturation: 0.78 and the lightness value of eee074 is 0.69.

The process color (four color CMYK) of #eee074 color hex is 0.00, 0.06, 0.51, 0.07. Web safe color of #eee074 is #ffcc66. Color #eee074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100000 01110100
Octal 356 340 164
Decimal 238 224 116
Hex EE E0 74

RGB Percentages of Color #eee074

%41.18
%38.75
%20.07

CMYK Percentages of Color #eee074

%0
%6
%51
%7

Triadic Colors of #eee074

#eee074 #74eee0 #e074ee

Analogous Colors of #eee074

#eee074 #bfee74 #eea374

Monochromatic Colors of #eee074

#eee074

Complementary Color

#eee074 #7482ee

#eee074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee074 Color CSS Codes

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

#eee074 Text Font Color

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

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


#eee074 Background Color

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

This div background color is #eee074


#eee074 Border Color

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

This div border color is #eee074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee074


Comments

No comments written yet.

Please login to write comment.