Color Hex Logo

#ababd6 Color Hex

#ABABD6
(171,171,214)
0 Favorites   0 Comments

Color spaces of #ababd6

RGB 171171214
HSL0.670.340.75
HSV240°20°84°
CMYK 0.200.200.00   0.16
XYZ43.495142.638869.5560
Yxy42.63880.27940.2739
Hunter Lab65.29844.6262-17.4470
CIE-Lab71.30918.9720-21.7153

#ababd6 color RGB value is (171,171,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 11010110
Octal 253 253 326
Decimal 171 171 214
Hex AB AB D6

RGB Percentages of Color #ababd6

%30.76
%30.76
%38.49

CMYK Percentages of Color #ababd6

%20
%20
%0
%16

Triadic Colors of #ababd6

#ababd6 #d6abab #abd6ab

Analogous Colors of #ababd6

#ababd6 #c1abd6 #abc1d6

Monochromatic Colors of #ababd6

#ababd6

Complementary Color

#ababd6 #d6d6ab

#ababd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababd6 Color CSS Codes

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

#ababd6 Text Font Color

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

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


#ababd6 Background Color

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

This div background color is #ababd6


#ababd6 Border Color

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

This div border color is #ababd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababd6


Comments

No comments written yet.

Please login to write comment.