Hex #b4d3d0 Color

#b4d3d0
equivalent to

RGB

(180, 211, 208)

Details of #b4d3d0

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
180
53.5018
0.48
0.15
82.2958
60.8459
174°
78.0038
211
60.8459
0.26
0.00
-10.8505
0.2924
15°
-14.0753
208
68.5991
0.77
0.01   0.17
-1.9791
0.3326
83°
2.4790

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10110100
264
180
B4
Green
11010011
323
211
D3
Blue
11010000
320
208
D0

RGB in % of #b4d3d0

%30.05
%35.23
%34.72

CMYK in % of #b4d3d0

%15
%0
%1
%17

Triads of color #b4d3d0

#b4d3d0 #d3d0b4 #d0b4d0

Similar Colors to #b4d3d0

#b4d3d0 #b4d3c1 #b4c7d3

Preview Color #b4d3d0 on black ground

#b4d3d0 is very interesting for text.

Preview Color #b4d3d0 on white ground

#b4d3d0 is very interesting for text.

CSS Codes #b4d3d0 color

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

Text Font Color #b4d3d0

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

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

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

This div background color is #b4d3d0


Border Color #b4d3d0

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

The color of this border is #b4d3d0


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #b4d3d0