Color Hex Logo

#abaad7 Color Hex

#ABAAD7
(171,170,215)
0 Favorites   0 Comments

Color spaces of #abaad7

RGB 171170215
HSL0.670.360.75
HSV241°21°84°
CMYK 0.200.210.00   0.16
XYZ43.435142.313770.1681
Yxy42.31370.27860.2714
Hunter Lab65.04905.3539-18.4216
CIE-Lab71.08679.7536-22.6026

#abaad7 color RGB value is (171,170,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 11010111
Octal 253 252 327
Decimal 171 170 215
Hex AB AA D7

RGB Percentages of Color #abaad7

%30.76
%30.58
%38.67

CMYK Percentages of Color #abaad7

%20
%21
%0
%16

Triadic Colors of #abaad7

#abaad7 #d7abaa #aad7ab

Analogous Colors of #abaad7

#abaad7 #c2aad7 #aac0d7

Monochromatic Colors of #abaad7

#abaad7

Complementary Color

#abaad7 #d6d7aa

#abaad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaad7 Color CSS Codes

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

#abaad7 Text Font Color

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

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


#abaad7 Background Color

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

This div background color is #abaad7


#abaad7 Border Color

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

This div border color is #abaad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaad7


Comments

No comments written yet.

Please login to write comment.