Hex #95def5 Color

#95def5
equivalent to

RGB

(149, 222, 245)

Details of #95def5

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
149
54.9971
0.54
0.39
84.5994
65.2247
194°
80.7618
222
65.2247
0.83
0.09
-16.9688
0.2543
39°
-19.7779
245
96.0772
0.77
0.00   0.04
-18.3829
0.3015
96°
-13.9756

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10010101
225
149
95
Green
11011110
336
222
DE
Blue
11110101
365
245
F5

RGB in % of #95def5

%24.19
%36.04
%39.77

CMYK in % of #95def5

%39
%9
%0
%4

Triads of color #95def5

#95def5 #def595 #f595f5

Similar Colors to #95def5

#95def5 #95f5dc #95aef5

Preview Color #95def5 on black ground

#95def5 is very interesting for text.

Preview Color #95def5 on white ground

#95def5 is very interesting for text.

CSS Codes #95def5 color

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

Text Font Color #95def5

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

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

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

This div background color is #95def5


Border Color #95def5

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

The color of this border is #95def5


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #95def5