Color Hex Logo

#abb7fa Color Hex

#ABB7FA
(171,183,250)
0 Favorites   0 Comments

Color spaces of #abb7fa

RGB 171183250
HSL0.640.890.83
HSV231°32°98°
CMYK 0.320.270.00   0.02
XYZ50.983449.427097.2957
Yxy49.42700.25790.2500
Hunter Lab70.30436.4123-32.8397
CIE-Lab75.716210.9279-34.5063

#abb7fa color RGB value is (171,183,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110111 11111010
Octal 253 267 372
Decimal 171 183 250
Hex AB B7 FA

RGB Percentages of Color #abb7fa

%28.31
%30.30
%41.39

CMYK Percentages of Color #abb7fa

%32
%27
%0
%2

Triadic Colors of #abb7fa

#abb7fa #faabb7 #b7faab

Analogous Colors of #abb7fa

#abb7fa #c7abfa #abdffa

Monochromatic Colors of #abb7fa

#abb7fa

Complementary Color

#abb7fa #faeeab

#abb7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb7fa Color CSS Codes

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

#abb7fa Text Font Color

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

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


#abb7fa Background Color

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

This div background color is #abb7fa


#abb7fa Border Color

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

This div border color is #abb7fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb7fa


Comments

No comments written yet.

Please login to write comment.