Color Hex Logo

#abfaef Color Hex

#ABFAEF
(171,250,239)
0 Favorites   0 Comments

Color spaces of #abfaef

RGB 171250239
HSL0.480.890.83
HSV172°32°98°
CMYK 0.320.000.04   0.02
XYZ66.560283.261194.2243
Yxy83.26110.27270.3412
Hunter Lab91.2475-29.47692.6490
CIE-Lab93.1286-26.3693-2.4361

#abfaef color RGB value is (171,250,239).

#abfaef hex color red value is 171, green value is 250 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #abfaef hue: 0.48 , saturation: 0.89 and the lightness value of abfaef is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 11101111
Octal 253 372 357
Decimal 171 250 239
Hex AB FA EF

RGB Percentages of Color #abfaef

%25.91
%37.88
%36.21

CMYK Percentages of Color #abfaef

%32
%0
%4
%2

Triadic Colors of #abfaef

#abfaef #efabfa #faefab

Analogous Colors of #abfaef

#abfaef #abdefa #abfac8

Monochromatic Colors of #abfaef

#abfaef

Complementary Color

#abfaef #faabb6

#abfaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfaef Color CSS Codes

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

#abfaef Text Font Color

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

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


#abfaef Background Color

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

This div background color is #abfaef


#abfaef Border Color

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

This div border color is #abfaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfaef


Comments

No comments written yet.

Please login to write comment.