Color Hex Logo

#eeea84 Color Hex

#EEEA84
(238,234,132)
0 Favorites   0 Comments

Color spaces of #eeea84

RGB 238234132
HSL0.160.760.73
HSV58°45°93°
CMYK 0.000.020.45   0.07
XYZ68.847678.688733.3896
Yxy78.68870.38050.4349
Hunter Lab88.7067-16.698039.7776
CIE-Lab91.0933-12.567049.7741

#eeea84 color RGB value is (238,234,132).

#eeea84 hex color red value is 238, green value is 234 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #eeea84 hue: 0.16 , saturation: 0.76 and the lightness value of eeea84 is 0.73.

The process color (four color CMYK) of #eeea84 color hex is 0.00, 0.02, 0.45, 0.07. Web safe color of #eeea84 is #ffff99. Color #eeea84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 10000100
Octal 356 352 204
Decimal 238 234 132
Hex EE EA 84

RGB Percentages of Color #eeea84

%39.40
%38.74
%21.85

CMYK Percentages of Color #eeea84

%0
%2
%45
%7

Triadic Colors of #eeea84

#eeea84 #84eeea #ea84ee

Analogous Colors of #eeea84

#eeea84 #bdee84 #eeb584

Monochromatic Colors of #eeea84

#eeea84

Complementary Color

#eeea84 #8488ee

#eeea84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeea84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeea84 Color CSS Codes

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

#eeea84 Text Font Color

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

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


#eeea84 Background Color

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

This div background color is #eeea84


#eeea84 Border Color

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

This div border color is #eeea84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeea84


Comments

No comments written yet.

Please login to write comment.