Color Hex Logo

#abbaf7 Color Hex

#ABBAF7
(171,186,247)
0 Favorites   0 Comments

Color spaces of #abbaf7

RGB 171186247
HSL0.630.830.82
HSV228°31°97°
CMYK 0.310.250.00   0.03
XYZ51.142050.491195.0460
Yxy50.49110.26000.2567
Hunter Lab71.05714.1221-29.5664
CIE-Lab76.36978.5318-31.8832

#abbaf7 color RGB value is (171,186,247).

#abbaf7 hex color red value is 171, green value is 186 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #abbaf7 hue: 0.63 , saturation: 0.83 and the lightness value of abbaf7 is 0.82.

The process color (four color CMYK) of #abbaf7 color hex is 0.31, 0.25, 0.00, 0.03. Web safe color of #abbaf7 is #99ccff. Color #abbaf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 11110111
Octal 253 272 367
Decimal 171 186 247
Hex AB BA F7

RGB Percentages of Color #abbaf7

%28.31
%30.79
%40.89

CMYK Percentages of Color #abbaf7

%31
%25
%0
%3

Triadic Colors of #abbaf7

#abbaf7 #f7abba #baf7ab

Analogous Colors of #abbaf7

#abbaf7 #c2abf7 #abe0f7

Monochromatic Colors of #abbaf7

#abbaf7

Complementary Color

#abbaf7 #f7e8ab

#abbaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbaf7 Color CSS Codes

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

#abbaf7 Text Font Color

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

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


#abbaf7 Background Color

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

This div background color is #abbaf7


#abbaf7 Border Color

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

This div border color is #abbaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbaf7


Comments

No comments written yet.

Please login to write comment.