Hex #d4e2e6 Color

#d4e2e6
equivalent to

RGB

(212, 226, 230)

Details of #d4e2e6

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
212
68.6307
0.54
0.08
88.9711
74.1029
193°
86.0831
226
74.1029
0.26
0.02
-3.8920
0.3006
-8.3338
230
85.5490
0.87
0.00   0.10
-3.5657
0.3246
90°
1.3563

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11010100
324
212
D4
Green
11100010
342
226
E2
Blue
11100110
346
230
E6

RGB in % of #d4e2e6

%31.74
%33.83
%34.43

CMYK in % of #d4e2e6

%8
%2
%0
%10

Triads of color #d4e2e6

#d4e2e6 #e2e6d4 #e6d4e6

Similar Colors to #d4e2e6

#d4e2e6 #d4e6e1 #d4d9e6

Preview Color #d4e2e6 on black ground

#d4e2e6 is very interesting for text.

Preview Color #d4e2e6 on white ground

#d4e2e6 is very interesting for text.

CSS Codes #d4e2e6 color

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

Text Font Color #d4e2e6

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

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

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

This div background color is #d4e2e6


Border Color #d4e2e6

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

The color of this border is #d4e2e6


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #d4e2e6