Color Hex Logo

#abf2eb Color Hex

#ABF2EB
(171,242,235)
0 Favorites   0 Comments

Color spaces of #abf2eb

RGB 171242235
HSL0.480.730.81
HSV174°29°95°
CMYK 0.290.000.03   0.05
XYZ63.542178.160390.3347
Yxy78.16030.27380.3368
Hunter Lab88.4083-26.42051.3039
CIE-Lab90.8530-23.3757-3.7001

#abf2eb color RGB value is (171,242,235).

#abf2eb hex color red value is 171, green value is 242 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #abf2eb hue: 0.48 , saturation: 0.73 and the lightness value of abf2eb is 0.81.

The process color (four color CMYK) of #abf2eb color hex is 0.29, 0.00, 0.03, 0.05. Web safe color of #abf2eb is #99ffff. Color #abf2eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110010 11101011
Octal 253 362 353
Decimal 171 242 235
Hex AB F2 EB

RGB Percentages of Color #abf2eb

%26.39
%37.35
%36.27

CMYK Percentages of Color #abf2eb

%29
%0
%3
%5

Triadic Colors of #abf2eb

#abf2eb #ebabf2 #f2ebab

Analogous Colors of #abf2eb

#abf2eb #abd6f2 #abf2c8

Monochromatic Colors of #abf2eb

#abf2eb

Complementary Color

#abf2eb #f2abb2

#abf2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf2eb Color CSS Codes

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

#abf2eb Text Font Color

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

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


#abf2eb Background Color

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

This div background color is #abf2eb


#abf2eb Border Color

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

This div border color is #abf2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf2eb


Comments

No comments written yet.

Please login to write comment.