Color Hex Logo

#abf8ea Color Hex

#ABF8EA
(171,248,234)
0 Favorites   0 Comments

Color spaces of #abf8ea

RGB 171248234
HSL0.470.850.82
HSV169°31°97°
CMYK 0.310.000.06   0.03
XYZ65.213381.733290.1809
Yxy81.73320.27500.3447
Hunter Lab90.4064-29.45304.1424
CIE-Lab92.4570-26.4897-0.8279

#abf8ea color RGB value is (171,248,234).

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

The process color (four color CMYK) of #abf8ea color hex is 0.31, 0.00, 0.06, 0.03. Web safe color of #abf8ea is #99ffff. Color #abf8ea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111000 11101010
Octal 253 370 352
Decimal 171 248 234
Hex AB F8 EA

RGB Percentages of Color #abf8ea

%26.19
%37.98
%35.83

CMYK Percentages of Color #abf8ea

%31
%0
%6
%3

Triadic Colors of #abf8ea

#abf8ea #eaabf8 #f8eaab

Analogous Colors of #abf8ea

#abf8ea #abe0f8 #abf8c4

Monochromatic Colors of #abf8ea

#abf8ea

Complementary Color

#abf8ea #f8abb9

#abf8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf8ea Color CSS Codes

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

#abf8ea Text Font Color

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

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


#abf8ea Background Color

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

This div background color is #abf8ea


#abf8ea Border Color

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

This div border color is #abf8ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,248,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 #abf8ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf8ea

Related Colors


Comments

No comments written yet.

Please login to write comment.