Color Hex Logo

#abb7f9 Color Hex

#ABB7F9
(171,183,249)
0 Favorites   0 Comments

Color spaces of #abb7f9

RGB 171183249
HSL0.640.870.82
HSV231°31°98°
CMYK 0.310.270.00   0.02
XYZ50.827049.364596.4720
Yxy49.36450.25840.2510
Hunter Lab70.25996.1747-32.2276
CIE-Lab75.677510.6787-34.0278

#abb7f9 color RGB value is (171,183,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110111 11111001
Octal 253 267 371
Decimal 171 183 249
Hex AB B7 F9

RGB Percentages of Color #abb7f9

%28.36
%30.35
%41.29

CMYK Percentages of Color #abb7f9

%31
%27
%0
%2

Triadic Colors of #abb7f9

#abb7f9 #f9abb7 #b7f9ab

Analogous Colors of #abb7f9

#abb7f9 #c6abf9 #abdef9

Monochromatic Colors of #abb7f9

#abb7f9

Complementary Color

#abb7f9 #f9edab

#abb7f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb7f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb7f9 Color CSS Codes

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

#abb7f9 Text Font Color

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

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


#abb7f9 Background Color

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

This div background color is #abb7f9


#abb7f9 Border Color

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

This div border color is #abb7f9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb7f9

#abb7f9 Color Palettes


Comments

No comments written yet.

Please login to write comment.