Color Hex Logo

#abc5fc Color Hex

#ABC5FC
(171,197,252)
0 Favorites   0 Comments

Color spaces of #abc5fc

RGB 171197252
HSL0.610.930.83
HSV221°32°99°
CMYK 0.320.220.00   0.01
XYZ54.331555.618799.9674
Yxy55.61870.25880.2650
Hunter Lab74.5779-0.4706-27.2702
CIE-Lab79.39633.7704-29.9086

#abc5fc color RGB value is (171,197,252).

#abc5fc hex color red value is 171, green value is 197 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #abc5fc hue: 0.61 , saturation: 0.93 and the lightness value of abc5fc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000101 11111100
Octal 253 305 374
Decimal 171 197 252
Hex AB C5 FC

RGB Percentages of Color #abc5fc

%27.58
%31.77
%40.65

CMYK Percentages of Color #abc5fc

%32
%22
%0
%1

Triadic Colors of #abc5fc

#abc5fc #fcabc5 #c5fcab

Analogous Colors of #abc5fc

#abc5fc #baabfc #abeefc

Monochromatic Colors of #abc5fc

#abc5fc

Complementary Color

#abc5fc #fce2ab

#abc5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc5fc Color CSS Codes

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

#abc5fc Text Font Color

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

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


#abc5fc Background Color

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

This div background color is #abc5fc


#abc5fc Border Color

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

This div border color is #abc5fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc5fc


Comments

No comments written yet.

Please login to write comment.