Color Hex Logo

#eee142 Color Hex

#EEE142
(238,225,66)
0 Favorites   0 Comments

Color spaces of #eee142

RGB 23822566
HSL0.150.830.60
HSV55°72°93°
CMYK 0.000.050.72   0.07
XYZ63.168572.420915.8036
Yxy72.42090.41720.4784
Hunter Lab85.1005-16.428648.5599
CIE-Lab88.1708-12.673074.4985

#eee142 color RGB value is (238,225,66).

#eee142 hex color red value is 238, green value is 225 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #eee142 hue: 0.15 , saturation: 0.83 and the lightness value of eee142 is 0.60.

The process color (four color CMYK) of #eee142 color hex is 0.00, 0.05, 0.72, 0.07. Web safe color of #eee142 is #ffcc33. Color #eee142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100001 01000010
Octal 356 341 102
Decimal 238 225 66
Hex EE E1 42

RGB Percentages of Color #eee142

%44.99
%42.53
%12.48

CMYK Percentages of Color #eee142

%0
%5
%72
%7

Triadic Colors of #eee142

#eee142 #42eee1 #e142ee

Analogous Colors of #eee142

#eee142 #a5ee42 #ee8b42

Monochromatic Colors of #eee142

#eee142

Complementary Color

#eee142 #424fee

#eee142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee142 Color CSS Codes

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

#eee142 Text Font Color

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

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


#eee142 Background Color

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

This div background color is #eee142


#eee142 Border Color

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

This div border color is #eee142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee142


Comments

No comments written yet.

Please login to write comment.