Color Hex Logo

#84dbaf Color Hex

#84DBAF
(132,219,175)
0 Favorites   0 Comments

Color spaces of #84dbaf

RGB 132219175
HSL0.420.550.69
HSV150°40°86°
CMYK 0.400.000.20   0.14
XYZ42.585158.663749.6362
Yxy58.66370.28220.3888
Hunter Lab76.5922-34.790815.1912
CIE-Lab81.1064-35.963713.4997

#84dbaf color RGB value is (132,219,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011011 10101111
Octal 204 333 257
Decimal 132 219 175
Hex 84 DB AF

RGB Percentages of Color #84dbaf

%25.10
%41.63
%33.27

CMYK Percentages of Color #84dbaf

%40
%0
%20
%14

Triadic Colors of #84dbaf

#84dbaf #af84db #dbaf84

Analogous Colors of #84dbaf

#84dbaf #84dbdb #85db84

Monochromatic Colors of #84dbaf

#84dbaf

Complementary Color

#84dbaf #db84b0

#84dbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dbaf Color CSS Codes

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

#84dbaf Text Font Color

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

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


#84dbaf Background Color

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

This div background color is #84dbaf


#84dbaf Border Color

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

This div border color is #84dbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dbaf


Comments

No comments written yet.

Please login to write comment.