Color Hex Logo

#abbafe Color Hex

#ABBAFE
(171,186,254)
0 Favorites   0 Comments

Color spaces of #abbafe

RGB 171186254
HSL0.640.980.83
HSV229°33°100°
CMYK 0.330.270.00   0.00
XYZ52.242950.9315100.8432
Yxy50.93150.25610.2496
Hunter Lab71.36635.7779-33.8225
CIE-Lab76.637510.2750-35.2312

#abbafe color RGB value is (171,186,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 11111110
Octal 253 272 376
Decimal 171 186 254
Hex AB BA FE

RGB Percentages of Color #abbafe

%27.99
%30.44
%41.57

CMYK Percentages of Color #abbafe

%33
%27
%0
%0

Triadic Colors of #abbafe

#abbafe #feabba #bafeab

Analogous Colors of #abbafe

#abbafe #c6abfe #abe4fe

Monochromatic Colors of #abbafe

#abbafe

Complementary Color

#abbafe #feefab

#abbafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbafe Color CSS Codes

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

#abbafe Text Font Color

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

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


#abbafe Background Color

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

This div background color is #abbafe


#abbafe Border Color

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

This div border color is #abbafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbafe


Comments

No comments written yet.

Please login to write comment.