Color Hex Logo

#eee117 Color Hex

#EEE117
(238,225,23)
0 Favorites   0 Comments

Color spaces of #eee117

RGB 23822523
HSL0.160.860.51
HSV56°90°93°
CMYK 0.000.050.90   0.07
XYZ62.339872.089411.4396
Yxy72.08940.42740.4942
Hunter Lab84.9055-17.525351.4455
CIE-Lab88.0116-13.903484.9575

#eee117 color RGB value is (238,225,23).

#eee117 hex color red value is 238, green value is 225 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #eee117 hue: 0.16 , saturation: 0.86 and the lightness value of eee117 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100001 00010111
Octal 356 341 27
Decimal 238 225 23
Hex EE E1 17

RGB Percentages of Color #eee117

%48.97
%46.30
%4.73

CMYK Percentages of Color #eee117

%0
%5
%90
%7

Triadic Colors of #eee117

#eee117 #17eee1 #e117ee

Analogous Colors of #eee117

#eee117 #90ee17 #ee7617

Monochromatic Colors of #eee117

#eee117

Complementary Color

#eee117 #1724ee

#eee117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee117 Color CSS Codes

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

#eee117 Text Font Color

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

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


#eee117 Background Color

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

This div background color is #eee117


#eee117 Border Color

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

This div border color is #eee117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee117


Comments

No comments written yet.

Please login to write comment.