Color Hex Logo

#84bdbf Color Hex

#84BDBF
(132,189,191)
0 Favorites   0 Comments

Color spaces of #84bdbf

RGB 132189191
HSL0.510.320.63
HSV182°31°75°
CMYK 0.310.010.00   0.25
XYZ37.117345.062356.0318
Yxy45.06230.26860.3260
Hunter Lab67.1285-18.7769-2.4992
CIE-Lab72.9329-17.8635-6.9384

#84bdbf color RGB value is (132,189,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111101 10111111
Octal 204 275 277
Decimal 132 189 191
Hex 84 BD BF

RGB Percentages of Color #84bdbf

%25.78
%36.91
%37.30

CMYK Percentages of Color #84bdbf

%31
%1
%0
%25

Triadic Colors of #84bdbf

#84bdbf #bf84bd #bdbf84

Analogous Colors of #84bdbf

#84bdbf #84a0bf #84bfa4

Monochromatic Colors of #84bdbf

#84bdbf

Complementary Color

#84bdbf #bf8684

#84bdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bdbf Color CSS Codes

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

#84bdbf Text Font Color

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

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


#84bdbf Background Color

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

This div background color is #84bdbf


#84bdbf Border Color

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

This div border color is #84bdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bdbf


Comments

No comments written yet.

Please login to write comment.