Color Hex Logo

#eee06d Color Hex

#EEE06D
(238,224,109)
0 Favorites   0 Comments

Color spaces of #eee06d

RGB 238224109
HSL0.150.790.68
HSV53°54°93°
CMYK 0.000.060.54   0.07
XYZ64.675972.592625.0710
Yxy72.59260.39840.4472
Hunter Lab85.2013-13.603742.1945
CIE-Lab88.2531-9.584057.1626

#eee06d color RGB value is (238,224,109).

#eee06d hex color red value is 238, green value is 224 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #eee06d hue: 0.15 , saturation: 0.79 and the lightness value of eee06d is 0.68.

The process color (four color CMYK) of #eee06d color hex is 0.00, 0.06, 0.54, 0.07. Web safe color of #eee06d is #ffcc66. Color #eee06d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100000 01101101
Octal 356 340 155
Decimal 238 224 109
Hex EE E0 6D

RGB Percentages of Color #eee06d

%41.68
%39.23
%19.09

CMYK Percentages of Color #eee06d

%0
%6
%54
%7

Triadic Colors of #eee06d

#eee06d #6deee0 #e06dee

Analogous Colors of #eee06d

#eee06d #bcee6d #eea06d

Monochromatic Colors of #eee06d

#eee06d

Complementary Color

#eee06d #6d7bee

#eee06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee06d Color CSS Codes

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

#eee06d Text Font Color

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

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


#eee06d Background Color

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

This div background color is #eee06d


#eee06d Border Color

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

This div border color is #eee06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee06d


Comments

No comments written yet.

Please login to write comment.