Color Hex Logo

#84dbab Color Hex

#84DBAB
(132,219,171)
0 Favorites   0 Comments

Color spaces of #84dbab

RGB 132219171
HSL0.410.550.69
HSV147°40°86°
CMYK 0.400.000.22   0.14
XYZ42.197958.508847.5973
Yxy58.50880.28450.3945
Hunter Lab76.4910-35.386016.6500
CIE-Lab81.0208-36.758115.4893

#84dbab color RGB value is (132,219,171).

#84dbab hex color red value is 132, green value is 219 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #84dbab hue: 0.41 , saturation: 0.55 and the lightness value of 84dbab is 0.69.

The process color (four color CMYK) of #84dbab color hex is 0.40, 0.00, 0.22, 0.14. Web safe color of #84dbab is #99cc99. Color #84dbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011011 10101011
Octal 204 333 253
Decimal 132 219 171
Hex 84 DB AB

RGB Percentages of Color #84dbab

%25.29
%41.95
%32.76

CMYK Percentages of Color #84dbab

%40
%0
%22
%14

Triadic Colors of #84dbab

#84dbab #ab84db #dbab84

Analogous Colors of #84dbab

#84dbab #84dbd7 #89db84

Monochromatic Colors of #84dbab

#84dbab

Complementary Color

#84dbab #db84b4

#84dbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dbab Color CSS Codes

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

#84dbab Text Font Color

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

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


#84dbab Background Color

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

This div background color is #84dbab


#84dbab Border Color

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

This div border color is #84dbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dbab


Comments

No comments written yet.

Please login to write comment.