Color Hex Logo

#abc1fd Color Hex

#ABC1FD
(171,193,253)
0 Favorites   0 Comments

Color spaces of #abc1fd

RGB 171193253
HSL0.620.950.83
HSV224°32°99°
CMYK 0.320.240.00   0.01
XYZ53.594253.8897100.5055
Yxy53.88970.25770.2591
Hunter Lab73.40961.8508-29.7875
CIE-Lab78.39746.1906-31.9791

#abc1fd color RGB value is (171,193,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000001 11111101
Octal 253 301 375
Decimal 171 193 253
Hex AB C1 FD

RGB Percentages of Color #abc1fd

%27.71
%31.28
%41.00

CMYK Percentages of Color #abc1fd

%32
%24
%0
%1

Triadic Colors of #abc1fd

#abc1fd #fdabc1 #c1fdab

Analogous Colors of #abc1fd

#abc1fd #beabfd #abeafd

Monochromatic Colors of #abc1fd

#abc1fd

Complementary Color

#abc1fd #fde7ab

#abc1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc1fd Color CSS Codes

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

#abc1fd Text Font Color

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

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


#abc1fd Background Color

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

This div background color is #abc1fd


#abc1fd Border Color

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

This div border color is #abc1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc1fd

Related Colors

#abc1fd Color Palettes


Comments

No comments written yet.

Please login to write comment.