Color Hex Logo

#eee960 Color Hex

#EEE960
(238,233,96)
0 Favorites   0 Comments

Color spaces of #eee960

RGB 23823396
HSL0.160.810.65
HSV58°60°93°
CMYK 0.000.020.60   0.07
XYZ66.510177.299522.4812
Yxy77.29950.40000.4648
Hunter Lab87.9201-18.828046.3836
CIE-Lab90.4593-14.975065.3417

#eee960 color RGB value is (238,233,96).

#eee960 hex color red value is 238, green value is 233 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #eee960 hue: 0.16 , saturation: 0.81 and the lightness value of eee960 is 0.65.

The process color (four color CMYK) of #eee960 color hex is 0.00, 0.02, 0.60, 0.07. Web safe color of #eee960 is #ffff66. Color #eee960 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101001 01100000
Octal 356 351 140
Decimal 238 233 96
Hex EE E9 60

RGB Percentages of Color #eee960

%41.98
%41.09
%16.93

CMYK Percentages of Color #eee960

%0
%2
%60
%7

Triadic Colors of #eee960

#eee960 #60eee9 #e960ee

Analogous Colors of #eee960

#eee960 #acee60 #eea260

Monochromatic Colors of #eee960

#eee960

Complementary Color

#eee960 #6065ee

#eee960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee960 Color CSS Codes

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

#eee960 Text Font Color

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

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


#eee960 Background Color

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

This div background color is #eee960


#eee960 Border Color

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

This div border color is #eee960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee960


Comments

No comments written yet.

Please login to write comment.