Color Hex Logo

#eee86d Color Hex

#EEE86D
(238,232,109)
0 Favorites   0 Comments

Color spaces of #eee86d

RGB 238232109
HSL0.160.790.68
HSV57°54°93°
CMYK 0.000.030.54   0.07
XYZ66.876876.994525.8046
Yxy76.99450.39410.4538
Hunter Lab87.7465-17.511043.9865
CIE-Lab90.3191-13.556359.5406

#eee86d color RGB value is (238,232,109).

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

The process color (four color CMYK) of #eee86d color hex is 0.00, 0.03, 0.54, 0.07. Web safe color of #eee86d is #ffff66. Color #eee86d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101000 01101101
Octal 356 350 155
Decimal 238 232 109
Hex EE E8 6D

RGB Percentages of Color #eee86d

%41.11
%40.07
%18.83

CMYK Percentages of Color #eee86d

%0
%3
%54
%7

Triadic Colors of #eee86d

#eee86d #6deee8 #e86dee

Analogous Colors of #eee86d

#eee86d #b4ee6d #eea86d

Monochromatic Colors of #eee86d

#eee86d

Complementary Color

#eee86d #6d73ee

#eee86d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee86d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee86d Color CSS Codes

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

#eee86d Text Font Color

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

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


#eee86d Background Color

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

This div background color is #eee86d


#eee86d Border Color

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

This div border color is #eee86d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,232,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 #eee86d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee86d

#eee86d Color Palettes


Comments

No comments written yet.

Please login to write comment.