Color Hex Logo

#eee300 Color Hex

#EEE300
(238,227,0)
0 Favorites   0 Comments

Color spaces of #eee300

RGB 2382270
HSL0.161.000.47
HSV57°100°93°
CMYK 0.000.051.00   0.07
XYZ62.729073.115310.8065
Yxy73.11530.42770.4986
Hunter Lab85.5075-18.689052.3621
CIE-Lab88.5027-15.117987.5783

#eee300 color RGB value is (238,227,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100011 00000000
Octal 356 343 0
Decimal 238 227 0
Hex EE E3 0

RGB Percentages of Color #eee300

%51.18
%48.82
%0.00

CMYK Percentages of Color #eee300

%0
%5
%100
%7

Triadic Colors of #eee300

#eee300 #00eee3 #e300ee

Analogous Colors of #eee300

#eee300 #82ee00 #ee6c00

Monochromatic Colors of #eee300

#eee300

Complementary Color

#eee300 #000bee

#eee300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee300 Color CSS Codes

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

#eee300 Text Font Color

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

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


#eee300 Background Color

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

This div background color is #eee300


#eee300 Border Color

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

This div border color is #eee300


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,227,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 #eee300">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee300


Comments

No comments written yet.

Please login to write comment.