Color Hex Logo

#abfaea Color Hex

#ABFAEA
(171,250,234)
0 Favorites   0 Comments

Color spaces of #abfaea

RGB 171250234
HSL0.470.890.83
HSV168°32°98°
CMYK 0.320.000.06   0.02
XYZ65.831582.969790.3870
Yxy82.96970.27520.3469
Hunter Lab91.0877-30.39684.9275
CIE-Lab93.0012-27.4462-0.0327

#abfaea color RGB value is (171,250,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 11101010
Octal 253 372 352
Decimal 171 250 234
Hex AB FA EA

RGB Percentages of Color #abfaea

%26.11
%38.17
%35.73

CMYK Percentages of Color #abfaea

%32
%0
%6
%2

Triadic Colors of #abfaea

#abfaea #eaabfa #faeaab

Analogous Colors of #abfaea

#abfaea #abe3fa #abfac3

Monochromatic Colors of #abfaea

#abfaea

Complementary Color

#abfaea #faabbb

#abfaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfaea Color CSS Codes

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

#abfaea Text Font Color

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

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


#abfaea Background Color

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

This div background color is #abfaea


#abfaea Border Color

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

This div border color is #abfaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfaea


Comments

No comments written yet.

Please login to write comment.