Color Hex Logo

#eee076 Color Hex

#EEE076
(238,224,118)
0 Favorites   0 Comments

Color spaces of #eee076

RGB 238224118
HSL0.150.780.70
HSV53°50°93°
CMYK 0.000.060.50   0.07
XYZ65.185672.796527.7550
Yxy72.79650.39330.4392
Hunter Lab85.3209-12.936640.4375
CIE-Lab88.3506-8.852153.1037

#eee076 color RGB value is (238,224,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100000 01110110
Octal 356 340 166
Decimal 238 224 118
Hex EE E0 76

RGB Percentages of Color #eee076

%41.03
%38.62
%20.34

CMYK Percentages of Color #eee076

%0
%6
%50
%7

Triadic Colors of #eee076

#eee076 #76eee0 #e076ee

Analogous Colors of #eee076

#eee076 #c0ee76 #eea476

Monochromatic Colors of #eee076

#eee076

Complementary Color

#eee076 #7684ee

#eee076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee076 Color CSS Codes

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

#eee076 Text Font Color

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

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


#eee076 Background Color

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

This div background color is #eee076


#eee076 Border Color

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

This div border color is #eee076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee076


Comments

No comments written yet.

Please login to write comment.