Color Hex Logo

#84bccf Color Hex

#84BCCF
(132,188,207)
0 Favorites   0 Comments

Color spaces of #84bccf

RGB 132188207
HSL0.540.440.66
HSV195°36°81°
CMYK 0.360.090.00   0.19
XYZ38.761445.377065.7472
Yxy45.37700.25860.3027
Hunter Lab67.3625-15.1726-10.7146
CIE-Lab73.1394-13.4354-15.3563

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111100 11001111
Octal 204 274 317
Decimal 132 188 207
Hex 84 BC CF

RGB Percentages of Color #84bccf

%25.05
%35.67
%39.28

CMYK Percentages of Color #84bccf

%36
%9
%0
%19

Triadic Colors of #84bccf

#84bccf #cf84bc #bccf84

Analogous Colors of #84bccf

#84bccf #8497cf #84cfbd

Monochromatic Colors of #84bccf

#84bccf

Complementary Color

#84bccf #cf9784

#84bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bccf Color CSS Codes

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

#84bccf Text Font Color

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

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


#84bccf Background Color

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

This div background color is #84bccf


#84bccf Border Color

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

This div border color is #84bccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bccf


Comments

No comments written yet.

Please login to write comment.