Color Hex Logo

#84abfb Color Hex

#84ABFB
(132,171,251)
0 Favorites   0 Comments

Color spaces of #84abfb

RGB 132171251
HSL0.610.940.75
HSV220°47°98°
CMYK 0.470.320.00   0.02
XYZ41.491240.996496.9931
Yxy40.99640.23120.2284
Hunter Lab64.02843.6204-44.9952
CIE-Lab70.17347.8568-43.8629

#84abfb color RGB value is (132,171,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101011 11111011
Octal 204 253 373
Decimal 132 171 251
Hex 84 AB FB

RGB Percentages of Color #84abfb

%23.83
%30.87
%45.31

CMYK Percentages of Color #84abfb

%47
%32
%0
%2

Triadic Colors of #84abfb

#84abfb #fb84ab #abfb84

Analogous Colors of #84abfb

#84abfb #9984fb #84e7fb

Monochromatic Colors of #84abfb

#84abfb

Complementary Color

#84abfb #fbd484

#84abfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84abfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84abfb Color CSS Codes

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

#84abfb Text Font Color

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

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


#84abfb Background Color

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

This div background color is #84abfb


#84abfb Border Color

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

This div border color is #84abfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84abfb


Comments

No comments written yet.

Please login to write comment.