Color Hex Logo

#84ab9f Color Hex

#84AB9F
(132,171,159)
0 Favorites   0 Comments

Color spaces of #84ab9f

RGB 132171159
HSL0.450.190.59
HSV162°23°67°
CMYK 0.230.000.07   0.33
XYZ30.336636.534638.2539
Yxy36.53460.28860.3475
Hunter Lab60.4439-16.18814.7871
CIE-Lab66.9264-15.74041.8522

#84ab9f color RGB value is (132,171,159).

#84ab9f hex color red value is 132, green value is 171 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #84ab9f hue: 0.45 , saturation: 0.19 and the lightness value of 84ab9f is 0.59.

The process color (four color CMYK) of #84ab9f color hex is 0.23, 0.00, 0.07, 0.33. Web safe color of #84ab9f is #999999. Color #84ab9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101011 10011111
Octal 204 253 237
Decimal 132 171 159
Hex 84 AB 9F

RGB Percentages of Color #84ab9f

%28.57
%37.01
%34.42

CMYK Percentages of Color #84ab9f

%23
%0
%7
%33

Triadic Colors of #84ab9f

#84ab9f #9f84ab #ab9f84

Analogous Colors of #84ab9f

#84ab9f #84a4ab #84ab8c

Monochromatic Colors of #84ab9f

#84ab9f

Complementary Color

#84ab9f #ab8490

#84ab9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ab9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ab9f Color CSS Codes

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

#84ab9f Text Font Color

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

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


#84ab9f Background Color

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

This div background color is #84ab9f


#84ab9f Border Color

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

This div border color is #84ab9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ab9f


Comments

No comments written yet.

Please login to write comment.