Color Hex Logo

#eee19a Color Hex

#EEE19A
(238,225,154)
0 Favorites   0 Comments

Color spaces of #eee19a

RGB 238225154
HSL0.140.710.77
HSV51°35°93°
CMYK 0.000.050.35   0.07
XYZ68.017874.360741.3400
Yxy74.36070.37020.4048
Hunter Lab86.2327-10.111531.9392
CIE-Lab89.0927-5.755236.3726

#eee19a color RGB value is (238,225,154).

#eee19a hex color red value is 238, green value is 225 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #eee19a hue: 0.14 , saturation: 0.71 and the lightness value of eee19a is 0.77.

The process color (four color CMYK) of #eee19a color hex is 0.00, 0.05, 0.35, 0.07. Web safe color of #eee19a is #ffcc99. Color #eee19a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100001 10011010
Octal 356 341 232
Decimal 238 225 154
Hex EE E1 9A

RGB Percentages of Color #eee19a

%38.57
%36.47
%24.96

CMYK Percentages of Color #eee19a

%0
%5
%35
%7

Triadic Colors of #eee19a

#eee19a #9aeee1 #e19aee

Analogous Colors of #eee19a

#eee19a #d1ee9a #eeb79a

Monochromatic Colors of #eee19a

#eee19a

Complementary Color

#eee19a #9aa7ee

#eee19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee19a Color CSS Codes

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

#eee19a Text Font Color

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

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


#eee19a Background Color

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

This div background color is #eee19a


#eee19a Border Color

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

This div border color is #eee19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee19a


Comments

No comments written yet.

Please login to write comment.