Color Hex Logo

#abfbe2 Color Hex

#ABFBE2
(171,251,226)
0 Favorites   0 Comments

Color spaces of #abfbe2

RGB 171251226
HSL0.450.910.83
HSV161°32°98°
CMYK 0.320.000.10   0.02
XYZ65.019283.143384.5729
Yxy83.14330.27940.3572
Hunter Lab91.1829-32.28848.8361
CIE-Lab93.0771-29.60084.2182

#abfbe2 color RGB value is (171,251,226).

#abfbe2 hex color red value is 171, green value is 251 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #abfbe2 hue: 0.45 , saturation: 0.91 and the lightness value of abfbe2 is 0.83.

The process color (four color CMYK) of #abfbe2 color hex is 0.32, 0.00, 0.10, 0.02. Web safe color of #abfbe2 is #99ffcc. Color #abfbe2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111011 11100010
Octal 253 373 342
Decimal 171 251 226
Hex AB FB E2

RGB Percentages of Color #abfbe2

%26.39
%38.73
%34.88

CMYK Percentages of Color #abfbe2

%32
%0
%10
%2

Triadic Colors of #abfbe2

#abfbe2 #e2abfb #fbe2ab

Analogous Colors of #abfbe2

#abfbe2 #abecfb #abfbba

Monochromatic Colors of #abfbe2

#abfbe2

Complementary Color

#abfbe2 #fbabc4

#abfbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfbe2 Color CSS Codes

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

#abfbe2 Text Font Color

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

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


#abfbe2 Background Color

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

This div background color is #abfbe2


#abfbe2 Border Color

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

This div border color is #abfbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfbe2


Comments

No comments written yet.

Please login to write comment.