Color Hex Logo

#84abca Color Hex

#84ABCA
(132,171,202)
0 Favorites   0 Comments

Color spaces of #84abca

RGB 132171202
HSL0.570.400.65
HSV207°35°79°
CMYK 0.350.150.00   0.21
XYZ34.739338.295661.4380
Yxy38.29560.25830.2848
Hunter Lab61.8834-8.0921-15.5448
CIE-Lab68.2379-5.6042-20.0303

#84abca color RGB value is (132,171,202).

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

The process color (four color CMYK) of #84abca color hex is 0.35, 0.15, 0.00, 0.21. Web safe color of #84abca is #9999cc. Color #84abca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101011 11001010
Octal 204 253 312
Decimal 132 171 202
Hex 84 AB CA

RGB Percentages of Color #84abca

%26.14
%33.86
%40.00

CMYK Percentages of Color #84abca

%35
%15
%0
%21

Triadic Colors of #84abca

#84abca #ca84ab #abca84

Analogous Colors of #84abca

#84abca #8488ca #84cac6

Monochromatic Colors of #84abca

#84abca

Complementary Color

#84abca #caa384

#84abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#84abca Color CSS Codes

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

#84abca Text Font Color

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

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


#84abca Background Color

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

This div background color is #84abca


#84abca Border Color

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

This div border color is #84abca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,171,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 #84abca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84abca


Comments

No comments written yet.

Please login to write comment.