Color Hex Logo

#84dffa Color Hex

#84DFFA
(132,223,250)
0 Favorites   0 Comments

Color spaces of #84dffa

RGB 132223250
HSL0.540.920.75
HSV194°47°98°
CMYK 0.470.110.00   0.02
XYZ53.158764.5830100.1065
Yxy64.58300.24400.2965
Hunter Lab80.3635-22.5624-17.6013
CIE-Lab84.2684-20.2374-21.5986

#84dffa color RGB value is (132,223,250).

#84dffa hex color red value is 132, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #84dffa hue: 0.54 , saturation: 0.92 and the lightness value of 84dffa is 0.75.

The process color (four color CMYK) of #84dffa color hex is 0.47, 0.11, 0.00, 0.02. Web safe color of #84dffa is #99ccff. Color #84dffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011111 11111010
Octal 204 337 372
Decimal 132 223 250
Hex 84 DF FA

RGB Percentages of Color #84dffa

%21.82
%36.86
%41.32

CMYK Percentages of Color #84dffa

%47
%11
%0
%2

Triadic Colors of #84dffa

#84dffa #fa84df #dffa84

Analogous Colors of #84dffa

#84dffa #84a4fa #84fada

Monochromatic Colors of #84dffa

#84dffa

Complementary Color

#84dffa #fa9f84

#84dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dffa Color CSS Codes

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

#84dffa Text Font Color

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

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


#84dffa Background Color

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

This div background color is #84dffa


#84dffa Border Color

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

This div border color is #84dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dffa


Comments

No comments written yet.

Please login to write comment.