Color Hex Logo

#abb4fb Color Hex

#ABB4FB
(171,180,251)
0 Favorites   0 Comments

Color spaces of #abb4fb

RGB 171180251
HSL0.650.910.83
HSV233°32°98°
CMYK 0.320.280.00   0.02
XYZ50.528448.265597.9198
Yxy48.26550.25690.2454
Hunter Lab69.47348.2457-34.9354
CIE-Lab74.992112.8369-36.1658

#abb4fb color RGB value is (171,180,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110100 11111011
Octal 253 264 373
Decimal 171 180 251
Hex AB B4 FB

RGB Percentages of Color #abb4fb

%28.41
%29.90
%41.69

CMYK Percentages of Color #abb4fb

%32
%28
%0
%2

Triadic Colors of #abb4fb

#abb4fb #fbabb4 #b4fbab

Analogous Colors of #abb4fb

#abb4fb #caabfb #abdcfb

Monochromatic Colors of #abb4fb

#abb4fb

Complementary Color

#abb4fb #fbf2ab

#abb4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb4fb Color CSS Codes

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

#abb4fb Text Font Color

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

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


#abb4fb Background Color

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

This div background color is #abb4fb


#abb4fb Border Color

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

This div border color is #abb4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb4fb


Comments

No comments written yet.

Please login to write comment.