Color Hex Logo

#abfcff Color Hex

#ABFCFF
(171,252,255)
0 Favorites   0 Comments

Color spaces of #abfcff

RGB 171252255
HSL0.511.000.84
HSV182°33°100°
CMYK 0.330.010.00   0.00
XYZ69.655085.4987107.4394
Yxy85.49870.26530.3256
Hunter Lab92.4655-27.3492-4.1656
CIE-Lab94.0976-23.7682-9.2887

#abfcff color RGB value is (171,252,255).

#abfcff hex color red value is 171, green value is 252 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #abfcff hue: 0.51 , saturation: 1.00 and the lightness value of abfcff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 11111111
Octal 253 374 377
Decimal 171 252 255
Hex AB FC FF

RGB Percentages of Color #abfcff

%25.22
%37.17
%37.61

CMYK Percentages of Color #abfcff

%33
%1
%0
%0

Triadic Colors of #abfcff

#abfcff #ffabfc #fcffab

Analogous Colors of #abfcff

#abfcff #abd2ff #abffd8

Monochromatic Colors of #abfcff

#abfcff

Complementary Color

#abfcff #ffaeab

#abfcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfcff Color CSS Codes

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

#abfcff Text Font Color

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

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


#abfcff Background Color

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

This div background color is #abfcff


#abfcff Border Color

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

This div border color is #abfcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfcff

Related Colors


Comments

No comments written yet.

Please login to write comment.