Color Hex Logo

#84dbac Color Hex

#84DBAC
(132,219,172)
0 Favorites   0 Comments

Color spaces of #84dbac

RGB 132219172
HSL0.410.550.69
HSV148°40°86°
CMYK 0.400.000.21   0.14
XYZ42.293658.547148.1013
Yxy58.54710.28400.3931
Hunter Lab76.5161-35.238816.2890
CIE-Lab81.0420-36.561214.9919

#84dbac color RGB value is (132,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011011 10101100
Octal 204 333 254
Decimal 132 219 172
Hex 84 DB AC

RGB Percentages of Color #84dbac

%25.24
%41.87
%32.89

CMYK Percentages of Color #84dbac

%40
%0
%21
%14

Triadic Colors of #84dbac

#84dbac #ac84db #dbac84

Analogous Colors of #84dbac

#84dbac #84dbd8 #88db84

Monochromatic Colors of #84dbac

#84dbac

Complementary Color

#84dbac #db84b3

#84dbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dbac Color CSS Codes

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

#84dbac Text Font Color

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

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


#84dbac Background Color

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

This div background color is #84dbac


#84dbac Border Color

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

This div border color is #84dbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dbac


Comments

No comments written yet.

Please login to write comment.