Color Hex Logo

#abaacb Color Hex

#ABAACB
(171,170,203)
0 Favorites   0 Comments

Color spaces of #abaacb

RGB 171170203
HSL0.670.240.73
HSV242°16°80°
CMYK 0.160.160.00   0.20
XYZ41.948841.719262.3416
Yxy41.71920.28730.2857
Hunter Lab64.59042.8952-12.0125
CIE-Lab70.67697.0759-16.6315

#abaacb color RGB value is (171,170,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 11001011
Octal 253 252 313
Decimal 171 170 203
Hex AB AA CB

RGB Percentages of Color #abaacb

%31.43
%31.25
%37.32

CMYK Percentages of Color #abaacb

%16
%16
%0
%20

Triadic Colors of #abaacb

#abaacb #cbabaa #aacbab

Analogous Colors of #abaacb

#abaacb #bcaacb #aabacb

Monochromatic Colors of #abaacb

#abaacb

Complementary Color

#abaacb #cacbaa

#abaacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaacb Color CSS Codes

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

#abaacb Text Font Color

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

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


#abaacb Background Color

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

This div background color is #abaacb


#abaacb Border Color

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

This div border color is #abaacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaacb


Comments

No comments written yet.

Please login to write comment.