Color Hex Logo

#ababcb Color Hex

#ABABCB
(171,171,203)
0 Favorites   0 Comments

Color spaces of #ababcb

RGB 171171203
HSL0.670.240.73
HSV240°16°80°
CMYK 0.160.160.00   0.20
XYZ42.137042.095562.4043
Yxy42.09550.28740.2871
Hunter Lab64.88102.3850-11.6100
CIE-Lab70.93676.5244-16.2391

#ababcb color RGB value is (171,171,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 11001011
Octal 253 253 313
Decimal 171 171 203
Hex AB AB CB

RGB Percentages of Color #ababcb

%31.38
%31.38
%37.25

CMYK Percentages of Color #ababcb

%16
%16
%0
%20

Triadic Colors of #ababcb

#ababcb #cbabab #abcbab

Analogous Colors of #ababcb

#ababcb #bbabcb #abbbcb

Monochromatic Colors of #ababcb

#ababcb

Complementary Color

#ababcb #cbcbab

#ababcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababcb Color CSS Codes

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

#ababcb Text Font Color

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

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


#ababcb Background Color

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

This div background color is #ababcb


#ababcb Border Color

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

This div border color is #ababcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababcb


Comments

No comments written yet.

Please login to write comment.