Color Hex Logo

#eee550 Color Hex

#EEE550
(238,229,80)
0 Favorites   0 Comments

Color spaces of #eee550

RGB 23822980
HSL0.160.820.62
HSV57°66°93°
CMYK 0.000.040.66   0.07
XYZ64.727274.795018.6148
Yxy74.79500.40930.4730
Hunter Lab86.4841-17.752647.7773
CIE-Lab89.2969-13.967070.5447

#eee550 color RGB value is (238,229,80).

#eee550 hex color red value is 238, green value is 229 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #eee550 hue: 0.16 , saturation: 0.82 and the lightness value of eee550 is 0.62.

The process color (four color CMYK) of #eee550 color hex is 0.00, 0.04, 0.66, 0.07. Web safe color of #eee550 is #ffcc66. Color #eee550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100101 01010000
Octal 356 345 120
Decimal 238 229 80
Hex EE E5 50

RGB Percentages of Color #eee550

%43.51
%41.86
%14.63

CMYK Percentages of Color #eee550

%0
%4
%66
%7

Triadic Colors of #eee550

#eee550 #50eee5 #e550ee

Analogous Colors of #eee550

#eee550 #a8ee50 #ee9650

Monochromatic Colors of #eee550

#eee550

Complementary Color

#eee550 #5059ee

#eee550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee550 Color CSS Codes

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

#eee550 Text Font Color

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

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


#eee550 Background Color

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

This div background color is #eee550


#eee550 Border Color

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

This div border color is #eee550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee550


Comments

No comments written yet.

Please login to write comment.