Color Hex Logo

#abf3fc Color Hex

#ABF3FC
(171,243,252)
0 Favorites   0 Comments

Color spaces of #abf3fc

RGB 171243252
HSL0.520.930.83
HSV187°32°99°
CMYK 0.320.040.00   0.01
XYZ66.415979.7874103.9955
Yxy79.78740.26550.3189
Hunter Lab89.3238-23.5946-6.5019
CIE-Lab91.5894-20.0557-11.4626

#abf3fc color RGB value is (171,243,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110011 11111100
Octal 253 363 374
Decimal 171 243 252
Hex AB F3 FC

RGB Percentages of Color #abf3fc

%25.68
%36.49
%37.84

CMYK Percentages of Color #abf3fc

%32
%4
%0
%1

Triadic Colors of #abf3fc

#abf3fc #fcabf3 #f3fcab

Analogous Colors of #abf3fc

#abf3fc #abcbfc #abfcdd

Monochromatic Colors of #abf3fc

#abf3fc

Complementary Color

#abf3fc #fcb4ab

#abf3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf3fc Color CSS Codes

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

#abf3fc Text Font Color

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

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


#abf3fc Background Color

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

This div background color is #abf3fc


#abf3fc Border Color

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

This div border color is #abf3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf3fc

Related Colors


Comments

No comments written yet.

Please login to write comment.