Color Hex Logo

#eee60e Color Hex

#EEE60E
(238,230,14)
0 Favorites   0 Comments

Color spaces of #eee60e

RGB 23823014
HSL0.160.890.49
HSV58°94°93°
CMYK 0.000.030.94   0.07
XYZ63.636074.802511.4998
Yxy74.80250.42440.4989
Hunter Lab86.4884-20.019052.6585
CIE-Lab89.3004-16.468287.0143

#eee60e color RGB value is (238,230,14).

#eee60e hex color red value is 238, green value is 230 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #eee60e hue: 0.16 , saturation: 0.89 and the lightness value of eee60e is 0.49.

The process color (four color CMYK) of #eee60e color hex is 0.00, 0.03, 0.94, 0.07. Web safe color of #eee60e is #ffff00. Color #eee60e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100110 00001110
Octal 356 346 16
Decimal 238 230 14
Hex EE E6 E

RGB Percentages of Color #eee60e

%49.38
%47.72
%2.90

CMYK Percentages of Color #eee60e

%0
%3
%94
%7

Triadic Colors of #eee60e

#eee60e #0eeee6 #e60eee

Analogous Colors of #eee60e

#eee60e #86ee0e #ee760e

Monochromatic Colors of #eee60e

#eee60e

Complementary Color

#eee60e #0e16ee

#eee60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee60e Color CSS Codes

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

#eee60e Text Font Color

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

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


#eee60e Background Color

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

This div background color is #eee60e


#eee60e Border Color

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

This div border color is #eee60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee60e


Comments

No comments written yet.

Please login to write comment.