Color Hex Logo

#84bcca Color Hex

#84BCCA
(132,188,202)
0 Favorites   0 Comments

Color spaces of #84bcca

RGB 132188202
HSL0.530.400.65
HSV192°35°79°
CMYK 0.350.070.00   0.21
XYZ38.159645.136262.5781
Yxy45.13620.26160.3094
Hunter Lab67.1835-16.1847-8.1973
CIE-Lab72.9815-14.6835-12.8678

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

#84bcca hex color red value is 132, green value is 188 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #84bcca hue: 0.53 , saturation: 0.40 and the lightness value of 84bcca is 0.65.

The process color (four color CMYK) of #84bcca color hex is 0.35, 0.07, 0.00, 0.21. Web safe color of #84bcca is #99cccc. Color #84bcca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111100 11001010
Octal 204 274 312
Decimal 132 188 202
Hex 84 BC CA

RGB Percentages of Color #84bcca

%25.29
%36.02
%38.70

CMYK Percentages of Color #84bcca

%35
%7
%0
%21

Triadic Colors of #84bcca

#84bcca #ca84bc #bcca84

Analogous Colors of #84bcca

#84bcca #8499ca #84cab5

Monochromatic Colors of #84bcca

#84bcca

Complementary Color

#84bcca #ca9284

#84bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bcca Color CSS Codes

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

#84bcca Text Font Color

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

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


#84bcca Background Color

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

This div background color is #84bcca


#84bcca Border Color

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

This div border color is #84bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bcca


Comments

No comments written yet.

Please login to write comment.