Color Hex Logo

#84fabc Color Hex

#84FABC
(132,250,188)
0 Favorites   0 Comments

Color spaces of #84fabc

RGB 132250188
HSL0.410.920.75
HSV148°47°98°
CMYK 0.470.000.25   0.02
XYZ52.778476.907659.6399
Yxy76.90760.27880.4062
Hunter Lab87.6970-46.043621.0667
CIE-Lab90.2791-47.130219.6000

#84fabc color RGB value is (132,250,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111010 10111100
Octal 204 372 274
Decimal 132 250 188
Hex 84 FA BC

RGB Percentages of Color #84fabc

%23.16
%43.86
%32.98

CMYK Percentages of Color #84fabc

%47
%0
%25
%2

Triadic Colors of #84fabc

#84fabc #bc84fa #fabc84

Analogous Colors of #84fabc

#84fabc #84faf7 #87fa84

Monochromatic Colors of #84fabc

#84fabc

Complementary Color

#84fabc #fa84c2

#84fabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84fabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84fabc Color CSS Codes

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

#84fabc Text Font Color

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

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


#84fabc Background Color

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

This div background color is #84fabc


#84fabc Border Color

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

This div border color is #84fabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84fabc


Comments

No comments written yet.

Please login to write comment.