Color Hex Logo

#abacd6 Color Hex

#ABACD6
(171,172,214)
0 Favorites   0 Comments

Color spaces of #abacd6

RGB 171172214
HSL0.660.340.75
HSV239°20°84°
CMYK 0.200.200.00   0.16
XYZ43.684743.018069.6192
Yxy43.01800.27950.2752
Hunter Lab65.58814.1100-17.0223
CIE-Lab71.56728.4187-21.3225

#abacd6 color RGB value is (171,172,214).

#abacd6 hex color red value is 171, green value is 172 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #abacd6 hue: 0.66 , saturation: 0.34 and the lightness value of abacd6 is 0.75.

The process color (four color CMYK) of #abacd6 color hex is 0.20, 0.20, 0.00, 0.16. Web safe color of #abacd6 is #9999cc. Color #abacd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 11010110
Octal 253 254 326
Decimal 171 172 214
Hex AB AC D6

RGB Percentages of Color #abacd6

%30.70
%30.88
%38.42

CMYK Percentages of Color #abacd6

%20
%20
%0
%16

Triadic Colors of #abacd6

#abacd6 #d6abac #acd6ab

Analogous Colors of #abacd6

#abacd6 #c0abd6 #abc2d6

Monochromatic Colors of #abacd6

#abacd6

Complementary Color

#abacd6 #d6d5ab

#abacd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abacd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abacd6 Color CSS Codes

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

#abacd6 Text Font Color

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

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


#abacd6 Background Color

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

This div background color is #abacd6


#abacd6 Border Color

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

This div border color is #abacd6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,172,214, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #abacd6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #abacd6;
  -webkit-box-shadow: 1px 1px 3px 2px #abacd6;
  box-shadow:         1px 1px 3px 2px #abacd6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abacd6


Comments

No comments written yet.

Please login to write comment.