Color Hex Logo

#abaadc Color Hex

#ABAADC
(171,170,220)
0 Favorites   0 Comments

Color spaces of #abaadc

RGB 171170220
HSL0.670.420.76
HSV241°23°86°
CMYK 0.220.230.00   0.14
XYZ44.087642.574773.6042
Yxy42.57470.27510.2656
Hunter Lab65.24936.4225-21.2073
CIE-Lab71.265410.9023-25.0696

#abaadc color RGB value is (171,170,220).

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

The process color (four color CMYK) of #abaadc color hex is 0.22, 0.23, 0.00, 0.14. Web safe color of #abaadc is #9999cc. Color #abaadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 11011100
Octal 253 252 334
Decimal 171 170 220
Hex AB AA DC

RGB Percentages of Color #abaadc

%30.48
%30.30
%39.22

CMYK Percentages of Color #abaadc

%22
%23
%0
%14

Triadic Colors of #abaadc

#abaadc #dcabaa #aadcab

Analogous Colors of #abaadc

#abaadc #c4aadc #aac2dc

Monochromatic Colors of #abaadc

#abaadc

Complementary Color

#abaadc #dbdcaa

#abaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaadc Color CSS Codes

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

#abaadc Text Font Color

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

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


#abaadc Background Color

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

This div background color is #abaadc


#abaadc Border Color

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

This div border color is #abaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaadc


Comments

No comments written yet.

Please login to write comment.