Color Hex Logo

#abf4fe Color Hex

#ABF4FE
(171,244,254)
0 Favorites   0 Comments

Color spaces of #abf4fe

RGB 171244254
HSL0.520.980.83
HSV187°33°100°
CMYK 0.330.040.00   0.00
XYZ67.034780.5151105.7738
Yxy80.51510.26460.3178
Hunter Lab89.7302-23.6760-7.0798
CIE-Lab91.9155-20.0876-12.0167

#abf4fe color RGB value is (171,244,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110100 11111110
Octal 253 364 376
Decimal 171 244 254
Hex AB F4 FE

RGB Percentages of Color #abf4fe

%25.56
%36.47
%37.97

CMYK Percentages of Color #abf4fe

%33
%4
%0
%0

Triadic Colors of #abf4fe

#abf4fe #feabf4 #f4feab

Analogous Colors of #abf4fe

#abf4fe #abcbfe #abfedf

Monochromatic Colors of #abf4fe

#abf4fe

Complementary Color

#abf4fe #feb5ab

#abf4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf4fe Color CSS Codes

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

#abf4fe Text Font Color

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

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


#abf4fe Background Color

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

This div background color is #abf4fe


#abf4fe Border Color

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

This div border color is #abf4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf4fe

Related Colors


Comments

No comments written yet.

Please login to write comment.