Color Hex Logo

#abf4fd Color Hex

#ABF4FD
(171,244,253)
0 Favorites   0 Comments

Color spaces of #abf4fd

RGB 171244253
HSL0.520.950.83
HSV187°32°99°
CMYK 0.320.040.00   0.01
XYZ66.874980.4511104.9324
Yxy80.45110.26510.3189
Hunter Lab89.6945-23.8785-6.5764
CIE-Lab91.8869-20.3183-11.5394

#abf4fd color RGB value is (171,244,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110100 11111101
Octal 253 364 375
Decimal 171 244 253
Hex AB F4 FD

RGB Percentages of Color #abf4fd

%25.60
%36.53
%37.87

CMYK Percentages of Color #abf4fd

%32
%4
%0
%1

Triadic Colors of #abf4fd

#abf4fd #fdabf4 #f4fdab

Analogous Colors of #abf4fd

#abf4fd #abcbfd #abfddd

Monochromatic Colors of #abf4fd

#abf4fd

Complementary Color

#abf4fd #fdb4ab

#abf4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf4fd Color CSS Codes

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

#abf4fd Text Font Color

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

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


#abf4fd Background Color

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

This div background color is #abf4fd


#abf4fd Border Color

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

This div border color is #abf4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf4fd

Related Colors


Comments

No comments written yet.

Please login to write comment.