Color Hex Logo

#84bfa7 Color Hex

#84BFA7
(132,191,167)
0 Favorites   0 Comments

Color spaces of #84bfa7

RGB 132191167
HSL0.430.320.63
HSV156°31°75°
CMYK 0.310.000.13   0.25
XYZ35.121644.957243.3857
Yxy44.95720.28450.3641
Hunter Lab67.0501-23.83758.5707
CIE-Lab72.8637-24.23636.0412

#84bfa7 color RGB value is (132,191,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111111 10100111
Octal 204 277 247
Decimal 132 191 167
Hex 84 BF A7

RGB Percentages of Color #84bfa7

%26.94
%38.98
%34.08

CMYK Percentages of Color #84bfa7

%31
%0
%13
%25

Triadic Colors of #84bfa7

#84bfa7 #a784bf #bfa784

Analogous Colors of #84bfa7

#84bfa7 #84babf #84bf8a

Monochromatic Colors of #84bfa7

#84bfa7

Complementary Color

#84bfa7 #bf849c

#84bfa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bfa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bfa7 Color CSS Codes

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

#84bfa7 Text Font Color

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

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


#84bfa7 Background Color

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

This div background color is #84bfa7


#84bfa7 Border Color

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

This div border color is #84bfa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bfa7


Comments

No comments written yet.

Please login to write comment.