Color Hex Logo

#abc0fa Color Hex

#ABC0FA
(171,192,250)
0 Favorites   0 Comments

Color spaces of #abc0fa

RGB 171192250
HSL0.620.890.83
HSV224°32°98°
CMYK 0.320.230.00   0.02
XYZ52.899553.259397.9345
Yxy53.25930.25920.2610
Hunter Lab72.97901.6742-28.4792
CIE-Lab78.02785.9909-30.9414

#abc0fa color RGB value is (171,192,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000000 11111010
Octal 253 300 372
Decimal 171 192 250
Hex AB C0 FA

RGB Percentages of Color #abc0fa

%27.90
%31.32
%40.78

CMYK Percentages of Color #abc0fa

%32
%23
%0
%2

Triadic Colors of #abc0fa

#abc0fa #faabc0 #c0faab

Analogous Colors of #abc0fa

#abc0fa #beabfa #abe8fa

Monochromatic Colors of #abc0fa

#abc0fa

Complementary Color

#abc0fa #fae5ab

#abc0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc0fa Color CSS Codes

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

#abc0fa Text Font Color

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

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


#abc0fa Background Color

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

This div background color is #abc0fa


#abc0fa Border Color

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

This div border color is #abc0fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc0fa


Comments

No comments written yet.

Please login to write comment.