Color Hex Logo

#84bfbb Color Hex

#84BFBB
(132,191,187)
0 Favorites   0 Comments

Color spaces of #84bfbb

RGB 132191187
HSL0.490.320.63
HSV176°31°75°
CMYK 0.310.000.02   0.25
XYZ37.116245.755053.8891
Yxy45.75500.27140.3346
Hunter Lab67.6424-20.42920.1148
CIE-Lab73.3863-19.8213-4.0871

#84bfbb color RGB value is (132,191,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111111 10111011
Octal 204 277 273
Decimal 132 191 187
Hex 84 BF BB

RGB Percentages of Color #84bfbb

%25.88
%37.45
%36.67

CMYK Percentages of Color #84bfbb

%31
%0
%2
%25

Triadic Colors of #84bfbb

#84bfbb #bb84bf #bfbb84

Analogous Colors of #84bfbb

#84bfbb #84a6bf #84bf9e

Monochromatic Colors of #84bfbb

#84bfbb

Complementary Color

#84bfbb #bf8488

#84bfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bfbb Color CSS Codes

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

#84bfbb Text Font Color

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

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


#84bfbb Background Color

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

This div background color is #84bfbb


#84bfbb Border Color

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

This div border color is #84bfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bfbb


Comments

No comments written yet.

Please login to write comment.