Hex #e0e0e0 Color

#e0e0e0
equivalent to

RGB

(224, 224, 224)

Details of #e0e0e0

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
224
70.8507
0.00
0.00
89.1773
74.5404
86.3368
224
74.5404
0.00
0.00
0.0048
0.3127
-4.6063
224
81.1745
0.88
0.00   0.12
-0.0094
0.3290
88°
4.7100

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11100000
340
224
E0
Green
11100000
340
224
E0
Blue
11100000
340
224
E0

RGB in % of #e0e0e0

%33.33
%33.33
%33.33

CMYK in % of #e0e0e0

%0
%0
%0
%12

Triads of color #e0e0e0

#e0e0e0 #e0e0e0 #e0e0e0

Similar Colors to #e0e0e0

#e0e0e0 #e0e0e0 #e0e0e0

Preview Color #e0e0e0 on black ground

#e0e0e0 is very interesting for text.

Preview Color #e0e0e0 on white ground

#e0e0e0 is very interesting for text.

CSS Codes #e0e0e0 color

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

Text Font Color #e0e0e0

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

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

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

This div background color is #e0e0e0


Border Color #e0e0e0

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

The color of this border is #e0e0e0


Examples Css3

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

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 #e0e0e0">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #e0e0e0