Color Hex Logo

#84abdd Color Hex

#84ABDD
(132,171,221)
0 Favorites   0 Comments

Color spaces of #84abdd

RGB 132171221
HSL0.590.570.69
HSV214°40°87°
CMYK 0.400.230.00   0.13
XYZ37.129839.251874.0260
Yxy39.25180.24690.2610
Hunter Lab62.6513-3.8530-26.1986
CIE-Lab68.9333-0.5827-29.4251

#84abdd color RGB value is (132,171,221).

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

The process color (four color CMYK) of #84abdd color hex is 0.40, 0.23, 0.00, 0.13. Web safe color of #84abdd is #9999cc. Color #84abdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101011 11011101
Octal 204 253 335
Decimal 132 171 221
Hex 84 AB DD

RGB Percentages of Color #84abdd

%25.19
%32.63
%42.18

CMYK Percentages of Color #84abdd

%40
%23
%0
%13

Triadic Colors of #84abdd

#84abdd #dd84ab #abdd84

Analogous Colors of #84abdd

#84abdd #8a84dd #84d8dd

Monochromatic Colors of #84abdd

#84abdd

Complementary Color

#84abdd #ddb684

#84abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#84abdd Color CSS Codes

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

#84abdd Text Font Color

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

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


#84abdd Background Color

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

This div background color is #84abdd


#84abdd Border Color

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

This div border color is #84abdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84abdd


Comments

No comments written yet.

Please login to write comment.