Color Hex Logo

#abb6fa Color Hex

#ABB6FA
(171,182,250)
0 Favorites   0 Comments

Color spaces of #abb6fa

RGB 171182250
HSL0.640.890.83
HSV232°32°98°
CMYK 0.320.270.00   0.02
XYZ50.777949.016097.2272
Yxy49.01600.25770.2488
Hunter Lab70.01146.9425-33.3300
CIE-Lab75.461311.4801-34.9006

#abb6fa color RGB value is (171,182,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110110 11111010
Octal 253 266 372
Decimal 171 182 250
Hex AB B6 FA

RGB Percentages of Color #abb6fa

%28.36
%30.18
%41.46

CMYK Percentages of Color #abb6fa

%32
%27
%0
%2

Triadic Colors of #abb6fa

#abb6fa #faabb6 #b6faab

Analogous Colors of #abb6fa

#abb6fa #c8abfa #abdefa

Monochromatic Colors of #abb6fa

#abb6fa

Complementary Color

#abb6fa #faefab

#abb6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb6fa Color CSS Codes

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

#abb6fa Text Font Color

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

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


#abb6fa Background Color

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

This div background color is #abb6fa


#abb6fa Border Color

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

This div border color is #abb6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb6fa


Comments

No comments written yet.

Please login to write comment.