Color Hex Logo

#abb2fe Color Hex

#ABB2FE
(171,178,254)
0 Favorites   0 Comments

Color spaces of #abb2fe

RGB 171178254
HSL0.650.980.83
HSV235°33°100°
CMYK 0.330.300.00   0.00
XYZ50.604447.6545100.2970
Yxy47.65450.25490.2400
Hunter Lab69.032210.0438-37.8199
CIE-Lab74.606514.7019-38.3803

#abb2fe color RGB value is (171,178,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110010 11111110
Octal 253 262 376
Decimal 171 178 254
Hex AB B2 FE

RGB Percentages of Color #abb2fe

%28.36
%29.52
%42.12

CMYK Percentages of Color #abb2fe

%33
%30
%0
%0

Triadic Colors of #abb2fe

#abb2fe #feabb2 #b2feab

Analogous Colors of #abb2fe

#abb2fe #ceabfe #abdcfe

Monochromatic Colors of #abb2fe

#abb2fe

Complementary Color

#abb2fe #fef7ab

#abb2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb2fe Color CSS Codes

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

#abb2fe Text Font Color

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

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


#abb2fe Background Color

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

This div background color is #abb2fe


#abb2fe Border Color

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

This div border color is #abb2fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb2fe

Related Colors


Comments

No comments written yet.

Please login to write comment.