Color Hex Logo

#abb7fb Color Hex

#ABB7FB
(171,183,251)
0 Favorites   0 Comments

Color spaces of #abb7fb

RGB 171183251
HSL0.640.910.83
HSV231°32°98°
CMYK 0.320.270.00   0.02
XYZ51.140749.489998.1239
Yxy49.48990.25730.2490
Hunter Lab70.34916.6509-33.4542
CIE-Lab75.755111.1776-34.9843

#abb7fb color RGB value is (171,183,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110111 11111011
Octal 253 267 373
Decimal 171 183 251
Hex AB B7 FB

RGB Percentages of Color #abb7fb

%28.26
%30.25
%41.49

CMYK Percentages of Color #abb7fb

%32
%27
%0
%2

Triadic Colors of #abb7fb

#abb7fb #fbabb7 #b7fbab

Analogous Colors of #abb7fb

#abb7fb #c7abfb #abdffb

Monochromatic Colors of #abb7fb

#abb7fb

Complementary Color

#abb7fb #fbefab

#abb7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb7fb Color CSS Codes

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

#abb7fb Text Font Color

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

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


#abb7fb Background Color

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

This div background color is #abb7fb


#abb7fb Border Color

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

This div border color is #abb7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb7fb

Related Colors


Comments

No comments written yet.

Please login to write comment.