Color Hex Logo

#84fbfa Color Hex

#84FBFA
(132,251,250)
0 Favorites   0 Comments

Color spaces of #84fbfa

RGB 132251250
HSL0.500.940.75
HSV179°47°98°
CMYK 0.470.000.00   0.02
XYZ61.268280.8020102.8097
Yxy80.80200.25020.3300
Hunter Lab89.8899-35.6433-4.8887
CIE-Lab92.0435-33.7859-9.9282

#84fbfa color RGB value is (132,251,250).

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

The process color (four color CMYK) of #84fbfa color hex is 0.47, 0.00, 0.00, 0.02. Web safe color of #84fbfa is #99ffff. Color #84fbfa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111011 11111010
Octal 204 373 372
Decimal 132 251 250
Hex 84 FB FA

RGB Percentages of Color #84fbfa

%20.85
%39.65
%39.49

CMYK Percentages of Color #84fbfa

%47
%0
%0
%2

Triadic Colors of #84fbfa

#84fbfa #fa84fb #fbfa84

Analogous Colors of #84fbfa

#84fbfa #84c1fb #84fbbf

Monochromatic Colors of #84fbfa

#84fbfa

Complementary Color

#84fbfa #fb8485

#84fbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84fbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#84fbfa Color CSS Codes

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

#84fbfa Text Font Color

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

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


#84fbfa Background Color

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

This div background color is #84fbfa


#84fbfa Border Color

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

This div border color is #84fbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84fbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.