Color Hex Logo

#abfcfb Color Hex

#ABFCFB
(171,252,251)
0 Favorites   0 Comments

Color spaces of #abfcfb

RGB 171252251
HSL0.500.930.83
HSV179°32°99°
CMYK 0.320.000.00   0.01
XYZ69.017685.2438104.0829
Yxy85.24380.26720.3300
Hunter Lab92.3276-28.1392-2.2096
CIE-Lab93.9881-24.6754-7.3821

#abfcfb color RGB value is (171,252,251).

#abfcfb hex color red value is 171, green value is 252 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #abfcfb hue: 0.50 , saturation: 0.93 and the lightness value of abfcfb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 11111011
Octal 253 374 373
Decimal 171 252 251
Hex AB FC FB

RGB Percentages of Color #abfcfb

%25.37
%37.39
%37.24

CMYK Percentages of Color #abfcfb

%32
%0
%0
%1

Triadic Colors of #abfcfb

#abfcfb #fbabfc #fcfbab

Analogous Colors of #abfcfb

#abfcfb #abd5fc #abfcd3

Monochromatic Colors of #abfcfb

#abfcfb

Complementary Color

#abfcfb #fcabac

#abfcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfcfb Color CSS Codes

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

#abfcfb Text Font Color

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

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


#abfcfb Background Color

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

This div background color is #abfcfb


#abfcfb Border Color

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

This div border color is #abfcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.