Color Hex Logo

#84afde Color Hex

#84AFDE
(132,175,222)
0 Favorites   0 Comments

Color spaces of #84afde

RGB 132175222
HSL0.590.580.69
HSV211°41°87°
CMYK 0.410.210.00   0.13
XYZ38.030540.839474.9856
Yxy40.83940.24720.2654
Hunter Lab63.9057-5.6091-24.8356
CIE-Lab70.0633-2.5214-28.2335

#84afde color RGB value is (132,175,222).

#84afde hex color red value is 132, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #84afde hue: 0.59 , saturation: 0.58 and the lightness value of 84afde is 0.69.

The process color (four color CMYK) of #84afde color hex is 0.41, 0.21, 0.00, 0.13. Web safe color of #84afde is #9999cc. Color #84afde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101111 11011110
Octal 204 257 336
Decimal 132 175 222
Hex 84 AF DE

RGB Percentages of Color #84afde

%24.95
%33.08
%41.97

CMYK Percentages of Color #84afde

%41
%21
%0
%13

Triadic Colors of #84afde

#84afde #de84af #afde84

Analogous Colors of #84afde

#84afde #8684de #84dcde

Monochromatic Colors of #84afde

#84afde

Complementary Color

#84afde #deb384

#84afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#84afde Color CSS Codes

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

#84afde Text Font Color

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

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


#84afde Background Color

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

This div background color is #84afde


#84afde Border Color

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

This div border color is #84afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84afde


Comments

No comments written yet.

Please login to write comment.