Color Hex Logo

#84f5fb Color Hex

#84F5FB
(132,245,251)
0 Favorites   0 Comments

Color spaces of #84f5fb

RGB 132245251
HSL0.510.940.75
HSV183°47°98°
CMYK 0.470.020.00   0.02
XYZ59.580777.1754103.0229
Yxy77.17540.24850.3219
Hunter Lab87.8495-32.6756-8.0359
CIE-Lab90.4023-30.7140-12.8934

#84f5fb color RGB value is (132,245,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11110101 11111011
Octal 204 365 373
Decimal 132 245 251
Hex 84 F5 FB

RGB Percentages of Color #84f5fb

%21.02
%39.01
%39.97

CMYK Percentages of Color #84f5fb

%47
%2
%0
%2

Triadic Colors of #84f5fb

#84f5fb #fb84f5 #f5fb84

Analogous Colors of #84f5fb

#84f5fb #84bafb #84fbc6

Monochromatic Colors of #84f5fb

#84f5fb

Complementary Color

#84f5fb #fb8a84

#84f5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84f5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84f5fb Color CSS Codes

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

#84f5fb Text Font Color

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

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


#84f5fb Background Color

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

This div background color is #84f5fb


#84f5fb Border Color

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

This div border color is #84f5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84f5fb


Comments

No comments written yet.

Please login to write comment.