Color Hex Logo

#84acfc Color Hex

#84ACFC
(132,172,252)
0 Favorites   0 Comments

Color spaces of #84acfc

RGB 132172252
HSL0.610.950.75
HSV220°48°99°
CMYK 0.480.320.00   0.01
XYZ41.838941.438997.8888
Yxy41.43890.23090.2287
Hunter Lab64.37313.3622-45.0981
CIE-Lab70.48237.5818-43.9208

#84acfc color RGB value is (132,172,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101100 11111100
Octal 204 254 374
Decimal 132 172 252
Hex 84 AC FC

RGB Percentages of Color #84acfc

%23.74
%30.94
%45.32

CMYK Percentages of Color #84acfc

%48
%32
%0
%1

Triadic Colors of #84acfc

#84acfc #fc84ac #acfc84

Analogous Colors of #84acfc

#84acfc #9884fc #84e8fc

Monochromatic Colors of #84acfc

#84acfc

Complementary Color

#84acfc #fcd484

#84acfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84acfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84acfc Color CSS Codes

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

#84acfc Text Font Color

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

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


#84acfc Background Color

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

This div background color is #84acfc


#84acfc Border Color

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

This div border color is #84acfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84acfc


Comments

No comments written yet.

Please login to write comment.