Color Hex Logo

#84acfb Color Hex

#84ACFB
(132,172,251)
0 Favorites   0 Comments

Color spaces of #84acfb

RGB 132172251
HSL0.610.940.75
HSV220°47°98°
CMYK 0.470.310.00   0.02
XYZ41.680841.375697.0563
Yxy41.37560.23140.2297
Hunter Lab64.32393.0983-44.4341
CIE-Lab70.43837.2920-43.4480

#84acfb color RGB value is (132,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101100 11111011
Octal 204 254 373
Decimal 132 172 251
Hex 84 AC FB

RGB Percentages of Color #84acfb

%23.78
%30.99
%45.23

CMYK Percentages of Color #84acfb

%47
%31
%0
%2

Triadic Colors of #84acfb

#84acfb #fb84ac #acfb84

Analogous Colors of #84acfb

#84acfb #9884fb #84e8fb

Monochromatic Colors of #84acfb

#84acfb

Complementary Color

#84acfb #fbd384

#84acfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84acfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84acfb Color CSS Codes

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

#84acfb Text Font Color

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

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


#84acfb Background Color

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

This div background color is #84acfb


#84acfb Border Color

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

This div border color is #84acfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,172,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 #84acfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84acfb


Comments

No comments written yet.

Please login to write comment.