Color Hex Logo

#abaad6 Color Hex

#ABAAD6
(171,170,214)
0 Favorites   0 Comments

Color spaces of #abaad6

RGB 171170214
HSL0.670.350.75
HSV241°21°84°
CMYK 0.200.210.00   0.16
XYZ43.306942.262469.4933
Yxy42.26240.27930.2726
Hunter Lab65.00955.1433-17.8726
CIE-Lab71.05159.5261-22.1078

#abaad6 color RGB value is (171,170,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 11010110
Octal 253 252 326
Decimal 171 170 214
Hex AB AA D6

RGB Percentages of Color #abaad6

%30.81
%30.63
%38.56

CMYK Percentages of Color #abaad6

%20
%21
%0
%16

Triadic Colors of #abaad6

#abaad6 #d6abaa #aad6ab

Analogous Colors of #abaad6

#abaad6 #c1aad6 #aabfd6

Monochromatic Colors of #abaad6

#abaad6

Complementary Color

#abaad6 #d5d6aa

#abaad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaad6 Color CSS Codes

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

#abaad6 Text Font Color

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

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


#abaad6 Background Color

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

This div background color is #abaad6


#abaad6 Border Color

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

This div border color is #abaad6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaad6


Comments

No comments written yet.

Please login to write comment.