Hex #a4d3ee Color

#a4d3ee
equivalent to

RGB

(164, 211, 238)

Details of #a4d3ee

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
164
54.0367
0.56
0.31
82.1924
60.6541
202°
77.8807
211
60.6541
0.69
0.11
-9.0336
0.2643
31°
-12.4405
238
89.7483
0.79
0.00   0.07
-18.2246
0.2967
93°
-13.7842

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10100100
244
164
A4
Green
11010011
323
211
D3
Blue
11101110
356
238
EE

RGB in % of #a4d3ee

%26.75
%34.42
%38.83

CMYK in % of #a4d3ee

%31
%11
%0
%7

Triads of color #a4d3ee

#a4d3ee #d3eea4 #eea4ee

Similar Colors to #a4d3ee

#a4d3ee #a4eee4 #a4aeee

Preview Color #a4d3ee on black ground

#a4d3ee is very interesting for text.

Preview Color #a4d3ee on white ground

#a4d3ee is very interesting for text.

CSS Codes #a4d3ee color

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

Text Font Color #a4d3ee

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

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

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

This div background color is #a4d3ee


Border Color #a4d3ee

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

The color of this border is #a4d3ee


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #a4d3ee