Color Hex Logo

#abb0fe Color Hex

#ABB0FE
(171,176,254)
0 Favorites   0 Comments

Color spaces of #abb0fe

RGB 171176254
HSL0.660.980.83
HSV236°33°100°
CMYK 0.330.310.00   0.00
XYZ50.209346.8644100.1653
Yxy46.86440.25460.2376
Hunter Lab68.457611.1177-38.8312
CIE-Lab74.102915.8149-39.1633

#abb0fe color RGB value is (171,176,254).

#abb0fe hex color red value is 171, green value is 176 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #abb0fe hue: 0.66 , saturation: 0.98 and the lightness value of abb0fe is 0.83.

The process color (four color CMYK) of #abb0fe color hex is 0.33, 0.31, 0.00, 0.00. Web safe color of #abb0fe is #9999ff. Color #abb0fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110000 11111110
Octal 253 260 376
Decimal 171 176 254
Hex AB B0 FE

RGB Percentages of Color #abb0fe

%28.45
%29.28
%42.26

CMYK Percentages of Color #abb0fe

%33
%31
%0
%0

Triadic Colors of #abb0fe

#abb0fe #feabb0 #b0feab

Analogous Colors of #abb0fe

#abb0fe #d0abfe #abdafe

Monochromatic Colors of #abb0fe

#abb0fe

Complementary Color

#abb0fe #fef9ab

#abb0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb0fe Color CSS Codes

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

#abb0fe Text Font Color

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

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


#abb0fe Background Color

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

This div background color is #abb0fe


#abb0fe Border Color

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

This div border color is #abb0fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb0fe


Comments

No comments written yet.

Please login to write comment.