Color Hex Logo

#eee156 Color Hex

#EEE156
(238,225,86)
0 Favorites   0 Comments

Color spaces of #eee156

RGB 23822586
HSL0.150.820.64
HSV55°64°93°
CMYK 0.000.050.64   0.07
XYZ63.864872.699519.4705
Yxy72.69950.40930.4659
Hunter Lab85.2640-15.511246.1456
CIE-Lab88.3042-11.650767.1577

#eee156 color RGB value is (238,225,86).

#eee156 hex color red value is 238, green value is 225 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #eee156 hue: 0.15 , saturation: 0.82 and the lightness value of eee156 is 0.64.

The process color (four color CMYK) of #eee156 color hex is 0.00, 0.05, 0.64, 0.07. Web safe color of #eee156 is #ffcc66. Color #eee156 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100001 01010110
Octal 356 341 126
Decimal 238 225 86
Hex EE E1 56

RGB Percentages of Color #eee156

%43.35
%40.98
%15.66

CMYK Percentages of Color #eee156

%0
%5
%64
%7

Triadic Colors of #eee156

#eee156 #56eee1 #e156ee

Analogous Colors of #eee156

#eee156 #afee56 #ee9556

Monochromatic Colors of #eee156

#eee156

Complementary Color

#eee156 #5663ee

#eee156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee156 Color CSS Codes

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

#eee156 Text Font Color

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

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


#eee156 Background Color

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

This div background color is #eee156


#eee156 Border Color

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

This div border color is #eee156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee156


Comments

No comments written yet.

Please login to write comment.