Hex #eee685 Color

#eee685
equivalent to

RGB

(238, 230, 133)

Details of #eee685

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
238
67.7903
0.15
0.00
90.0744
76.4642
55°
87.4438
230
76.4642
0.76
0.03
-10.4860
0.3816
44°
-14.6451
133
33.3764
0.73
0.44   0.07
48.0352
0.4305
93°
38.5871

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101110
356
238
EE
Green
11100110
346
230
E6
Blue
10000101
205
133
85

RGB in % of #eee685

%39.60
%38.27
%22.13

CMYK in % of #eee685

%0
%3
%44
%7

Triads of color #eee685

#eee685 #e685ee #85ee85

Similar Colors to #eee685

#eee685 #eeb285 #c2ee85

Preview Color #eee685 on black ground

#eee685 is very interesting for text.

Preview Color #eee685 on white ground

#eee685 is very interesting for text.

CSS Codes #eee685 color

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

Text Font Color #eee685

<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.


Background Color #eee685

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

This div background color is #eee685


Border Color #eee685

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

The color of this border is #eee685


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 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 using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

<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>

The shadow of div box using color #eee685