Color Hex Logo

#84adff Color Hex

#84ADFF
(132,173,255)
0 Favorites   0 Comments

Color spaces of #84adff

RGB 132173255
HSL0.611.000.76
HSV220°48°100°
CMYK 0.480.320.00   0.00
XYZ42.509342.0127100.4765
Yxy42.01270.22980.2271
Hunter Lab64.81723.6362-46.5365
CIE-Lab70.87977.8899-44.9219

#84adff color RGB value is (132,173,255).

#84adff hex color red value is 132, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #84adff hue: 0.61 , saturation: 1.00 and the lightness value of 84adff is 0.76.

The process color (four color CMYK) of #84adff color hex is 0.48, 0.32, 0.00, 0.00. Web safe color of #84adff is #9999ff. Color #84adff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101101 11111111
Octal 204 255 377
Decimal 132 173 255
Hex 84 AD FF

RGB Percentages of Color #84adff

%23.57
%30.89
%45.54

CMYK Percentages of Color #84adff

%48
%32
%0
%0

Triadic Colors of #84adff

#84adff #ff84ad #adff84

Analogous Colors of #84adff

#84adff #9984ff #84ebff

Monochromatic Colors of #84adff

#84adff

Complementary Color

#84adff #ffd684

#84adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#84adff Color CSS Codes

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

#84adff Text Font Color

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

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


#84adff Background Color

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

This div background color is #84adff


#84adff Border Color

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

This div border color is #84adff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,173,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #84adff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84adff

Related Colors


Comments

No comments written yet.

Please login to write comment.