Color Hex Logo

#abc9fd Color Hex

#ABC9FD
(171,201,253)
0 Favorites   0 Comments

Color spaces of #abc9fd

RGB 171201253
HSL0.610.950.83
HSV218°32°99°
CMYK 0.320.210.00   0.01
XYZ55.410957.5231101.1111
Yxy57.52310.25890.2687
Hunter Lab75.8440-2.3166-25.9514
CIE-Lab80.47291.8599-28.7909

#abc9fd color RGB value is (171,201,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001001 11111101
Octal 253 311 375
Decimal 171 201 253
Hex AB C9 FD

RGB Percentages of Color #abc9fd

%27.36
%32.16
%40.48

CMYK Percentages of Color #abc9fd

%32
%21
%0
%1

Triadic Colors of #abc9fd

#abc9fd #fdabc9 #c9fdab

Analogous Colors of #abc9fd

#abc9fd #b6abfd #abf2fd

Monochromatic Colors of #abc9fd

#abc9fd

Complementary Color

#abc9fd #fddfab

#abc9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc9fd Color CSS Codes

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

#abc9fd Text Font Color

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

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


#abc9fd Background Color

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

This div background color is #abc9fd


#abc9fd Border Color

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

This div border color is #abc9fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc9fd


Comments

No comments written yet.

Please login to write comment.