Color Hex Logo

#abfafd Color Hex

#ABFAFD
(171,250,253)
0 Favorites   0 Comments

Color spaces of #abfafd

RGB 171250253
HSL0.510.950.83
HSV182°32°99°
CMYK 0.320.010.00   0.01
XYZ68.709884.1210105.5441
Yxy84.12100.26590.3256
Hunter Lab91.7175-26.7831-4.0258
CIE-Lab93.5030-23.2538-9.1361

#abfafd color RGB value is (171,250,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 11111101
Octal 253 372 375
Decimal 171 250 253
Hex AB FA FD

RGB Percentages of Color #abfafd

%25.37
%37.09
%37.54

CMYK Percentages of Color #abfafd

%32
%1
%0
%1

Triadic Colors of #abfafd

#abfafd #fdabfa #fafdab

Analogous Colors of #abfafd

#abfafd #abd1fd #abfdd7

Monochromatic Colors of #abfafd

#abfafd

Complementary Color

#abfafd #fdaeab

#abfafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfafd Color CSS Codes

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

#abfafd Text Font Color

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

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


#abfafd Background Color

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

This div background color is #abfafd


#abfafd Border Color

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

This div border color is #abfafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfafd

Related Colors


Comments

No comments written yet.

Please login to write comment.