Color Hex Logo

#84aafd Color Hex

#84AAFD
(132,170,253)
0 Favorites   0 Comments

Color spaces of #84aafd

RGB 132170253
HSL0.610.970.75
HSV221°48°99°
CMYK 0.480.330.00   0.01
XYZ41.620140.746898.5998
Yxy40.74680.23000.2252
Hunter Lab63.83324.6762-46.8989
CIE-Lab69.99829.0046-45.2218

#84aafd color RGB value is (132,170,253).

#84aafd hex color red value is 132, green value is 170 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #84aafd hue: 0.61 , saturation: 0.97 and the lightness value of 84aafd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101010 11111101
Octal 204 252 375
Decimal 132 170 253
Hex 84 AA FD

RGB Percentages of Color #84aafd

%23.78
%30.63
%45.59

CMYK Percentages of Color #84aafd

%48
%33
%0
%1

Triadic Colors of #84aafd

#84aafd #fd84aa #aafd84

Analogous Colors of #84aafd

#84aafd #9b84fd #84e7fd

Monochromatic Colors of #84aafd

#84aafd

Complementary Color

#84aafd #fdd784

#84aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#84aafd Color CSS Codes

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

#84aafd Text Font Color

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

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


#84aafd Background Color

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

This div background color is #84aafd


#84aafd Border Color

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

This div border color is #84aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84aafd


Comments

No comments written yet.

Please login to write comment.