Color Hex Logo

#84bdbd Color Hex

#84BDBD
(132,189,189)
0 Favorites   0 Comments

Color spaces of #84bdbd

RGB 132189189
HSL0.500.300.63
HSV180°30°74°
CMYK 0.300.000.00   0.26
XYZ36.898644.974854.8804
Yxy44.97480.26980.3289
Hunter Lab67.0633-19.1489-1.5750
CIE-Lab72.8753-18.3344-5.9323

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

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

The process color (four color CMYK) of #84bdbd color hex is 0.30, 0.00, 0.00, 0.26. Web safe color of #84bdbd is #99cccc. Color #84bdbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111101 10111101
Octal 204 275 275
Decimal 132 189 189
Hex 84 BD BD

RGB Percentages of Color #84bdbd

%25.88
%37.06
%37.06

CMYK Percentages of Color #84bdbd

%30
%0
%0
%26

Triadic Colors of #84bdbd

#84bdbd #bd84bd #bdbd84

Analogous Colors of #84bdbd

#84bdbd #84a1bd #84bda1

Monochromatic Colors of #84bdbd

#84bdbd

Complementary Color

#84bdbd #bd8484

#84bdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bdbd Color CSS Codes

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

#84bdbd Text Font Color

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

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


#84bdbd Background Color

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

This div background color is #84bdbd


#84bdbd Border Color

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

This div border color is #84bdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bdbd


Comments

No comments written yet.

Please login to write comment.