Hex #84aec8 Color

#84aec8
equivalent to

RGB

(132, 174, 200)

Details of #84aec8

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
132
35.0771
0.56
0.34
69.0024
39.3478
203°
62.7278
174
39.3478
0.38
0.13
-7.7445
0.2602
34°
-9.9569
200
60.3897
0.65
0.00   0.22
-17.7668
0.2919
78°
-13.1506

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10000100
204
132
84
Green
10101110
256
174
AE
Blue
11001000
310
200
C8

RGB in % of #84aec8

%26.09
%34.39
%39.53

CMYK in % of #84aec8

%34
%13
%0
%22

Triads of color #84aec8

#84aec8 #aec884 #c884c8

Similar Colors to #84aec8

#84aec8 #84c8c0 #848cc8

Preview Color #84aec8 on black ground

#84aec8 is very interesting for text.

Preview Color #84aec8 on white ground

#84aec8 is very interesting for text.

CSS Codes #84aec8 color

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

Text Font Color #84aec8

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

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

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

This div background color is #84aec8


Border Color #84aec8

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

The color of this border is #84aec8


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #84aec8