Hex #8ee5ee Color

#8ee5ee
equivalent to

RGB

(142, 229, 238)

Details of #8ee5ee

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
142
54.6073
0.52
0.40
85.9877
67.9625
186°
82.4393
229
67.9625
0.74
0.04
-23.9397
0.2555
40°
-26.0312
238
91.1289
0.75
0.00   0.07
-12.6378
0.3180
93°
-7.8091

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10001110
216
142
8E
Green
11100101
345
229
E5
Blue
11101110
356
238
EE

RGB in % of #8ee5ee

%23.32
%37.60
%39.08

CMYK in % of #8ee5ee

%40
%4
%0
%7

Triads of color #8ee5ee

#8ee5ee #e5ee8e #ee8eee

Similar Colors to #8ee5ee

#8ee5ee #8eeec7 #8eb5ee

Preview Color #8ee5ee on black ground

#8ee5ee is very interesting for text.

Preview Color #8ee5ee on white ground

#8ee5ee is very interesting for text.

CSS Codes #8ee5ee color

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

Text Font Color #8ee5ee

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

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

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

This div background color is #8ee5ee


Border Color #8ee5ee

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

The color of this border is #8ee5ee


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #8ee5ee