Color Hex Logo

#84acfd Color Hex

#84ACFD
(132,172,253)
0 Favorites   0 Comments

Color spaces of #84acfd

RGB 132172253
HSL0.610.970.75
HSV220°48°99°
CMYK 0.480.320.00   0.01
XYZ41.997941.502498.7258
Yxy41.50240.23050.2278
Hunter Lab64.42243.6277-45.7649
CIE-Lab70.52657.8727-44.3933

#84acfd color RGB value is (132,172,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101100 11111101
Octal 204 254 375
Decimal 132 172 253
Hex 84 AC FD

RGB Percentages of Color #84acfd

%23.70
%30.88
%45.42

CMYK Percentages of Color #84acfd

%48
%32
%0
%1

Triadic Colors of #84acfd

#84acfd #fd84ac #acfd84

Analogous Colors of #84acfd

#84acfd #9984fd #84e9fd

Monochromatic Colors of #84acfd

#84acfd

Complementary Color

#84acfd #fdd584

#84acfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84acfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#84acfd Color CSS Codes

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

#84acfd Text Font Color

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

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


#84acfd Background Color

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

This div background color is #84acfd


#84acfd Border Color

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

This div border color is #84acfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84acfd

Related Colors


Comments

No comments written yet.

Please login to write comment.