Color Hex Logo

#eee685 Color Hex Khaki2

#EEE685
(238,230,133)
6 Favorites   0 Comments

Color spaces of #eee685 Khaki2

RGB 238230133
HSL0.150.760.73
HSV55°44°93°
CMYK 0.000.030.44   0.07
XYZ67.790376.464233.3764
Yxy76.46420.38160.4305
Hunter Lab87.4438-14.645638.5803
CIE-Lab90.0744-10.486148.0352

#eee685 color RGB value is (238,230,133). #eee685 color name is Khaki2 color.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100110 10000101
Octal 356 346 205
Decimal 238 230 133
Hex EE E6 85

RGB Percentages of Color #eee685

%39.60
%38.27
%22.13

CMYK Percentages of Color #eee685

%0
%3
%44
%7

Triadic Colors of #eee685

#eee685 #85eee6 #e685ee

Analogous Colors of #eee685

#eee685 #c2ee85 #eeb285

Monochromatic Colors of #eee685

#eee685

Complementary Color

#eee685 #858dee

#eee685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee685 Color CSS Codes

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

#eee685 Text Font Color

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

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


#eee685 Background Color

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

This div background color is #eee685


#eee685 Border Color

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

This div border color is #eee685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee685

#eee685 Color Palettes


Comments

No comments written yet.

Please login to write comment.