Hex #b2dadb Color

#b2dadb
equivalent to

RGB

(178, 218, 219)

Details of #b2dadb

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
178
56.2177
0.50
0.19
84.3404
64.7223
181°
80.4501
218
64.7223
0.36
0.00
-12.7929
0.2847
19°
-16.0535
219
76.5475
0.78
0.00   0.14
-4.8355
0.3277
86°
-0.0793

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10110010
262
178
B2
Green
11011010
332
218
DA
Blue
11011011
333
219
DB

RGB in % of #b2dadb

%28.94
%35.45
%35.61

CMYK in % of #b2dadb

%19
%0
%0
%14

Triads of color #b2dadb

#b2dadb #dadbb2 #dbb2db

Similar Colors to #b2dadb

#b2dadb #b2dbc8 #b2c6db

Preview Color #b2dadb on black ground

#b2dadb is very interesting for text.

Preview Color #b2dadb on white ground

#b2dadb is very interesting for text.

CSS Codes #b2dadb color

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

Text Font Color #b2dadb

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

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

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

This div background color is #b2dadb


Border Color #b2dadb

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

The color of this border is #b2dadb


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #b2dadb