Color Hex Logo

#abc2fa Color Hex

#ABC2FA
(171,194,250)
0 Favorites   0 Comments

Color spaces of #abc2fa

RGB 171194250
HSL0.620.890.83
HSV223°32°98°
CMYK 0.320.220.00   0.02
XYZ53.341754.143698.0818
Yxy54.14360.25950.2634
Hunter Lab73.58230.6301-27.5232
CIE-Lab78.54544.9029-30.1458

#abc2fa color RGB value is (171,194,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000010 11111010
Octal 253 302 372
Decimal 171 194 250
Hex AB C2 FA

RGB Percentages of Color #abc2fa

%27.80
%31.54
%40.65

CMYK Percentages of Color #abc2fa

%32
%22
%0
%2

Triadic Colors of #abc2fa

#abc2fa #faabc2 #c2faab

Analogous Colors of #abc2fa

#abc2fa #bcabfa #abeafa

Monochromatic Colors of #abc2fa

#abc2fa

Complementary Color

#abc2fa #fae3ab

#abc2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc2fa Color CSS Codes

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

#abc2fa Text Font Color

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

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


#abc2fa Background Color

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

This div background color is #abc2fa


#abc2fa Border Color

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

This div border color is #abc2fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,194,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 #abc2fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc2fa


Comments

No comments written yet.

Please login to write comment.