Color Hex Logo

#abbafb Color Hex

#ABBAFB
(171,186,251)
0 Favorites   0 Comments

Color spaces of #abbafb

RGB 171186251
HSL0.640.910.83
HSV229°32°98°
CMYK 0.320.260.00   0.02
XYZ51.766150.740898.3324
Yxy50.74080.25770.2526
Hunter Lab71.23265.0624-31.9836
CIE-Lab76.52179.5242-33.7992

#abbafb color RGB value is (171,186,251).

#abbafb hex color red value is 171, green value is 186 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #abbafb hue: 0.64 , saturation: 0.91 and the lightness value of abbafb is 0.83.

The process color (four color CMYK) of #abbafb color hex is 0.32, 0.26, 0.00, 0.02. Web safe color of #abbafb is #99ccff. Color #abbafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 11111011
Octal 253 272 373
Decimal 171 186 251
Hex AB BA FB

RGB Percentages of Color #abbafb

%28.13
%30.59
%41.28

CMYK Percentages of Color #abbafb

%32
%26
%0
%2

Triadic Colors of #abbafb

#abbafb #fbabba #bafbab

Analogous Colors of #abbafb

#abbafb #c4abfb #abe2fb

Monochromatic Colors of #abbafb

#abbafb

Complementary Color

#abbafb #fbecab

#abbafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbafb Color CSS Codes

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

#abbafb Text Font Color

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

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


#abbafb Background Color

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

This div background color is #abbafb


#abbafb Border Color

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

This div border color is #abbafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbafb


Comments

No comments written yet.

Please login to write comment.