Color Hex Logo

#84bcbc Color Hex

#84BCBC
(132,188,188)
0 Favorites   0 Comments

Color spaces of #84bcbc

RGB 132188188
HSL0.500.290.63
HSV180°30°74°
CMYK 0.300.000.00   0.26
XYZ36.576044.502854.2391
Yxy44.50280.27030.3289
Hunter Lab66.7104-18.8752-1.5086
CIE-Lab72.5633-18.0557-5.8478

#84bcbc color RGB value is (132,188,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111100 10111100
Octal 204 274 274
Decimal 132 188 188
Hex 84 BC BC

RGB Percentages of Color #84bcbc

%25.98
%37.01
%37.01

CMYK Percentages of Color #84bcbc

%30
%0
%0
%26

Triadic Colors of #84bcbc

#84bcbc #bc84bc #bcbc84

Analogous Colors of #84bcbc

#84bcbc #84a0bc #84bca0

Monochromatic Colors of #84bcbc

#84bcbc

Complementary Color

#84bcbc #bc8484

#84bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bcbc Color CSS Codes

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

#84bcbc Text Font Color

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

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


#84bcbc Background Color

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

This div background color is #84bcbc


#84bcbc Border Color

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

This div border color is #84bcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bcbc


Comments

No comments written yet.

Please login to write comment.