Color Hex Logo

#84faab Color Hex

#84FAAB
(132,250,171)
0 Favorites   0 Comments

Color spaces of #84faab

RGB 132250171
HSL0.390.920.75
HSV140°47°98°
CMYK 0.470.000.32   0.02
XYZ51.052076.217050.5487
Yxy76.21700.28710.4286
Hunter Lab87.3023-48.397226.7823
CIE-Lab89.9600-50.285727.8270

#84faab color RGB value is (132,250,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111010 10101011
Octal 204 372 253
Decimal 132 250 171
Hex 84 FA AB

RGB Percentages of Color #84faab

%23.87
%45.21
%30.92

CMYK Percentages of Color #84faab

%47
%0
%32
%2

Triadic Colors of #84faab

#84faab #ab84fa #faab84

Analogous Colors of #84faab

#84faab #84fae6 #98fa84

Monochromatic Colors of #84faab

#84faab

Complementary Color

#84faab #fa84d3

#84faab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84faab Color Preview on White Background

Lorem ipsum dolor sit amet.

#84faab Color CSS Codes

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

#84faab Text Font Color

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

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


#84faab Background Color

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

This div background color is #84faab


#84faab Border Color

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

This div border color is #84faab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84faab


Comments

No comments written yet.

Please login to write comment.