Color Hex Logo

#84fffb Color Hex

#84FFFB
(132,255,251)
0 Favorites   0 Comments

Color spaces of #84fffb

RGB 132255251
HSL0.491.000.76
HSV178°48°100°
CMYK 0.480.000.02   0.00
XYZ62.688383.3906104.0588
Yxy83.39060.25060.3334
Hunter Lab91.3185-37.2706-3.6390
CIE-Lab93.1852-35.3952-8.7512

#84fffb color RGB value is (132,255,251).

#84fffb hex color red value is 132, green value is 255 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #84fffb hue: 0.49 , saturation: 1.00 and the lightness value of 84fffb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111111 11111011
Octal 204 377 373
Decimal 132 255 251
Hex 84 FF FB

RGB Percentages of Color #84fffb

%20.69
%39.97
%39.34

CMYK Percentages of Color #84fffb

%48
%0
%2
%0

Triadic Colors of #84fffb

#84fffb #fb84ff #fffb84

Analogous Colors of #84fffb

#84fffb #84c6ff #84ffbe

Monochromatic Colors of #84fffb

#84fffb

Complementary Color

#84fffb #ff8488

#84fffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84fffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84fffb Color CSS Codes

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

#84fffb Text Font Color

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

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


#84fffb Background Color

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

This div background color is #84fffb


#84fffb Border Color

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

This div border color is #84fffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84fffb

Related Colors


Comments

No comments written yet.

Please login to write comment.