Color Hex Logo

#abfaee Color Hex

#ABFAEE
(171,250,238)
0 Favorites   0 Comments

Color spaces of #abfaee

RGB 171250238
HSL0.470.890.83
HSV171°32°98°
CMYK 0.320.000.05   0.02
XYZ66.412883.202293.4482
Yxy83.20220.27320.3423
Hunter Lab91.2152-29.66283.1092
CIE-Lab93.1029-26.5864-1.9557

#abfaee color RGB value is (171,250,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 11101110
Octal 253 372 356
Decimal 171 250 238
Hex AB FA EE

RGB Percentages of Color #abfaee

%25.95
%37.94
%36.12

CMYK Percentages of Color #abfaee

%32
%0
%5
%2

Triadic Colors of #abfaee

#abfaee #eeabfa #faeeab

Analogous Colors of #abfaee

#abfaee #abdffa #abfac7

Monochromatic Colors of #abfaee

#abfaee

Complementary Color

#abfaee #faabb7

#abfaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfaee Color CSS Codes

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

#abfaee Text Font Color

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

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


#abfaee Background Color

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

This div background color is #abfaee


#abfaee Border Color

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

This div border color is #abfaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfaee


Comments

No comments written yet.

Please login to write comment.