Hex #b4e7f7 Color

#b4e7f7
equivalent to

RGB

(180, 231, 247)

Details of #b4e7f7

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
180
64.1868
0.54
0.27
88.7191
73.5705
194°
85.7733
231
73.5705
0.81
0.06
-12.7043
0.2713
27°
-16.5256
247
98.8132
0.84
0.00   0.03
-13.0838
0.3110
97°
-8.2387

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10110100
264
180
B4
Green
11100111
347
231
E7
Blue
11110111
367
247
F7

RGB in % of #b4e7f7

%27.36
%35.11
%37.54

CMYK in % of #b4e7f7

%27
%6
%0
%3

Triads of color #b4e7f7

#b4e7f7 #e7f7b4 #f7b4f7

Similar Colors to #b4e7f7

#b4e7f7 #b4f7e6 #b4c6f7

Preview Color #b4e7f7 on black ground

#b4e7f7 is very interesting for text.

Preview Color #b4e7f7 on white ground

#b4e7f7 is very interesting for text.

CSS Codes #b4e7f7 color

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

Text Font Color #b4e7f7

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

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

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

This div background color is #b4e7f7


Border Color #b4e7f7

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

The color of this border is #b4e7f7


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #b4e7f7