Hex #95def4 Color

#95def4
equivalent to

RGB

(149, 222, 244)

Details of #95def4

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
149
54.8448
0.54
0.39
84.5681
65.1638
194°
80.7241
222
65.1638
0.81
0.09
-17.2187
0.2548
39°
-19.9918
244
95.2752
0.77
0.00   0.04
-17.9016
0.3027
96°
-13.4461

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10010101
225
149
95
Green
11011110
336
222
DE
Blue
11110100
364
244
F4

RGB in % of #95def4

%24.23
%36.10
%39.67

CMYK in % of #95def4

%39
%9
%0
%4

Triads of color #95def4

#95def4 #def495 #f495f4

Similar Colors to #95def4

#95def4 #95f4db #95aff4

Preview Color #95def4 on black ground

#95def4 is very interesting for text.

Preview Color #95def4 on white ground

#95def4 is very interesting for text.

CSS Codes #95def4 color

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

Text Font Color #95def4

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

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

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

This div background color is #95def4


Border Color #95def4

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

The color of this border is #95def4


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #95def4