Color Hex Logo

#abbafa Color Hex

#ABBAFA
(171,186,250)
0 Favorites   0 Comments

Color spaces of #abbafa

RGB 171186250
HSL0.640.890.83
HSV229°32°98°
CMYK 0.320.260.00   0.02
XYZ51.608850.677997.5042
Yxy50.67790.25830.2537
Hunter Lab71.18844.8258-31.3755
CIE-Lab76.48359.2750-33.3209

#abbafa color RGB value is (171,186,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 11111010
Octal 253 272 372
Decimal 171 186 250
Hex AB BA FA

RGB Percentages of Color #abbafa

%28.17
%30.64
%41.19

CMYK Percentages of Color #abbafa

%32
%26
%0
%2

Triadic Colors of #abbafa

#abbafa #faabba #bafaab

Analogous Colors of #abbafa

#abbafa #c4abfa #abe2fa

Monochromatic Colors of #abbafa

#abbafa

Complementary Color

#abbafa #faebab

#abbafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbafa Color CSS Codes

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

#abbafa Text Font Color

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

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


#abbafa Background Color

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

This div background color is #abbafa


#abbafa Border Color

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

This div border color is #abbafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbafa


Comments

No comments written yet.

Please login to write comment.