Color Hex Logo

#ababfd Color Hex

#ABABFD
(171,171,253)
0 Favorites   0 Comments

Color spaces of #ababfd

RGB 171171253
HSL0.670.950.83
HSV240°32°99°
CMYK 0.320.320.00   0.01
XYZ49.087144.875699.0032
Yxy44.87560.25440.2326
Hunter Lab66.989313.5666-40.7320
CIE-Lab72.809918.3544-40.6375

#ababfd color RGB value is (171,171,253).

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

The process color (four color CMYK) of #ababfd color hex is 0.32, 0.32, 0.00, 0.01. Web safe color of #ababfd is #9999ff. Color #ababfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 11111101
Octal 253 253 375
Decimal 171 171 253
Hex AB AB FD

RGB Percentages of Color #ababfd

%28.74
%28.74
%42.52

CMYK Percentages of Color #ababfd

%32
%32
%0
%1

Triadic Colors of #ababfd

#ababfd #fdabab #abfdab

Analogous Colors of #ababfd

#ababfd #d4abfd #abd4fd

Monochromatic Colors of #ababfd

#ababfd

Complementary Color

#ababfd #fdfdab

#ababfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababfd Color CSS Codes

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

#ababfd Text Font Color

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

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


#ababfd Background Color

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

This div background color is #ababfd


#ababfd Border Color

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

This div border color is #ababfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababfd


Comments

No comments written yet.

Please login to write comment.