Color Hex Logo

#abb3fb Color Hex

#ABB3FB
(171,179,251)
0 Favorites   0 Comments

Color spaces of #abb3fb

RGB 171179251
HSL0.650.910.83
HSV234°32°98°
CMYK 0.320.290.00   0.02
XYZ50.327347.863297.8528
Yxy47.86320.25670.2441
Hunter Lab69.18328.7790-35.4315
CIE-Lab74.738613.3916-36.5588

#abb3fb color RGB value is (171,179,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110011 11111011
Octal 253 263 373
Decimal 171 179 251
Hex AB B3 FB

RGB Percentages of Color #abb3fb

%28.45
%29.78
%41.76

CMYK Percentages of Color #abb3fb

%32
%29
%0
%2

Triadic Colors of #abb3fb

#abb3fb #fbabb3 #b3fbab

Analogous Colors of #abb3fb

#abb3fb #cbabfb #abdbfb

Monochromatic Colors of #abb3fb

#abb3fb

Complementary Color

#abb3fb #fbf3ab

#abb3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb3fb Color CSS Codes

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

#abb3fb Text Font Color

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

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


#abb3fb Background Color

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

This div background color is #abb3fb


#abb3fb Border Color

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

This div border color is #abb3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb3fb

Related Colors


Comments

No comments written yet.

Please login to write comment.