Color Hex Logo

#84bdcd Color Hex

#84BDCD
(132,189,205)
0 Favorites   0 Comments

Color spaces of #84bdcd

RGB 132189205
HSL0.540.420.66
HSV193°36°80°
CMYK 0.360.080.00   0.20
XYZ38.732845.708564.5388
Yxy45.70850.26000.3068
Hunter Lab67.6081-16.0511-9.2727
CIE-Lab73.3560-14.4600-13.9409

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

#84bdcd hex color red value is 132, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #84bdcd hue: 0.54 , saturation: 0.42 and the lightness value of 84bdcd is 0.66.

The process color (four color CMYK) of #84bdcd color hex is 0.36, 0.08, 0.00, 0.20. Web safe color of #84bdcd is #99cccc. Color #84bdcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111101 11001101
Octal 204 275 315
Decimal 132 189 205
Hex 84 BD CD

RGB Percentages of Color #84bdcd

%25.10
%35.93
%38.97

CMYK Percentages of Color #84bdcd

%36
%8
%0
%20

Triadic Colors of #84bdcd

#84bdcd #cd84bd #bdcd84

Analogous Colors of #84bdcd

#84bdcd #8499cd #84cdb9

Monochromatic Colors of #84bdcd

#84bdcd

Complementary Color

#84bdcd #cd9484

#84bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bdcd Color CSS Codes

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

#84bdcd Text Font Color

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

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


#84bdcd Background Color

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

This div background color is #84bdcd


#84bdcd Border Color

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

This div border color is #84bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bdcd


Comments

No comments written yet.

Please login to write comment.