Color Hex Logo

#eeed86 Color Hex

#EEED86
(238,237,134)
0 Favorites   0 Comments

Color spaces of #eeed86

RGB 238237134
HSL0.170.750.73
HSV59°44°93°
CMYK 0.000.000.44   0.07
XYZ69.847280.466734.4046
Yxy80.46670.37810.4356
Hunter Lab89.7032-17.992140.0523
CIE-Lab91.8939-13.855149.8014

#eeed86 color RGB value is (238,237,134).

#eeed86 hex color red value is 238, green value is 237 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #eeed86 hue: 0.17 , saturation: 0.75 and the lightness value of eeed86 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101101 10000110
Octal 356 355 206
Decimal 238 237 134
Hex EE ED 86

RGB Percentages of Color #eeed86

%39.08
%38.92
%22.00

CMYK Percentages of Color #eeed86

%0
%0
%44
%7

Triadic Colors of #eeed86

#eeed86 #86eeed #ed86ee

Analogous Colors of #eeed86

#eeed86 #bbee86 #eeb986

Monochromatic Colors of #eeed86

#eeed86

Complementary Color

#eeed86 #8687ee

#eeed86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeed86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeed86 Color CSS Codes

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

#eeed86 Text Font Color

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

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


#eeed86 Background Color

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

This div background color is #eeed86


#eeed86 Border Color

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

This div border color is #eeed86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeed86


Comments

No comments written yet.

Please login to write comment.