Color Hex Logo

#abbaff Color Hex

#ABBAFF
(171,186,255)
0 Favorites   0 Comments

Color spaces of #abbaff

RGB 171186255
HSL0.641.000.84
HSV229°33°100°
CMYK 0.330.270.00   0.00
XYZ52.403550.9957101.6889
Yxy50.99570.25550.2487
Hunter Lab71.41136.0183-34.4404
CIE-Lab76.676410.5265-35.7076

#abbaff color RGB value is (171,186,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 11111111
Octal 253 272 377
Decimal 171 186 255
Hex AB BA FF

RGB Percentages of Color #abbaff

%27.94
%30.39
%41.67

CMYK Percentages of Color #abbaff

%33
%27
%0
%0

Triadic Colors of #abbaff

#abbaff #ffabba #baffab

Analogous Colors of #abbaff

#abbaff #c6abff #abe4ff

Monochromatic Colors of #abbaff

#abbaff

Complementary Color

#abbaff #fff0ab

#abbaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbaff Color CSS Codes

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

#abbaff Text Font Color

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

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


#abbaff Background Color

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

This div background color is #abbaff


#abbaff Border Color

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

This div border color is #abbaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbaff


Comments

No comments written yet.

Please login to write comment.