Color Hex Logo

#eee400 Color Hex

#EEE400
(238,228,0)
0 Favorites   0 Comments

Color spaces of #eee400

RGB 2382280
HSL0.161.000.47
HSV57°100°93°
CMYK 0.000.041.00   0.07
XYZ63.003373.663910.8979
Yxy73.66390.42700.4992
Hunter Lab85.8277-19.167452.5511
CIE-Lab88.7634-15.608087.7675

#eee400 color RGB value is (238,228,0).

#eee400 hex color red value is 238, green value is 228 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #eee400 hue: 0.16 , saturation: 1.00 and the lightness value of eee400 is 0.47.

The process color (four color CMYK) of #eee400 color hex is 0.00, 0.04, 1.00, 0.07. Web safe color of #eee400 is #ffcc00. Color #eee400 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100100 00000000
Octal 356 344 0
Decimal 238 228 0
Hex EE E4 0

RGB Percentages of Color #eee400

%51.07
%48.93
%0.00

CMYK Percentages of Color #eee400

%0
%4
%100
%7

Triadic Colors of #eee400

#eee400 #00eee4 #e400ee

Analogous Colors of #eee400

#eee400 #81ee00 #ee6d00

Monochromatic Colors of #eee400

#eee400

Complementary Color

#eee400 #000aee

#eee400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee400 Color CSS Codes

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

#eee400 Text Font Color

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

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


#eee400 Background Color

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

This div background color is #eee400


#eee400 Border Color

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

This div border color is #eee400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee400

#eee400 Color Palettes


Comments

No comments written yet.

Please login to write comment.