Color Hex Logo

#84bfaf Color Hex

#84BFAF
(132,191,175)
0 Favorites   0 Comments

Color spaces of #84bfaf

RGB 132191175
HSL0.450.320.63
HSV164°31°75°
CMYK 0.310.000.08   0.25
XYZ35.884445.262347.4026
Yxy45.26230.27910.3521
Hunter Lab67.2773-22.52675.3192
CIE-Lab73.0643-22.52191.9784

#84bfaf color RGB value is (132,191,175).

#84bfaf hex color red value is 132, green value is 191 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #84bfaf hue: 0.45 , saturation: 0.32 and the lightness value of 84bfaf is 0.63.

The process color (four color CMYK) of #84bfaf color hex is 0.31, 0.00, 0.08, 0.25. Web safe color of #84bfaf is #99cc99. Color #84bfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111111 10101111
Octal 204 277 257
Decimal 132 191 175
Hex 84 BF AF

RGB Percentages of Color #84bfaf

%26.51
%38.35
%35.14

CMYK Percentages of Color #84bfaf

%31
%0
%8
%25

Triadic Colors of #84bfaf

#84bfaf #af84bf #bfaf84

Analogous Colors of #84bfaf

#84bfaf #84b2bf #84bf92

Monochromatic Colors of #84bfaf

#84bfaf

Complementary Color

#84bfaf #bf8494

#84bfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bfaf Color CSS Codes

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

#84bfaf Text Font Color

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

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


#84bfaf Background Color

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

This div background color is #84bfaf


#84bfaf Border Color

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

This div border color is #84bfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bfaf


Comments

No comments written yet.

Please login to write comment.