Color Hex Logo

#abe8bf Color Hex

#ABE8BF
(171,232,191)
0 Favorites   0 Comments

Color spaces of #abe8bf

RGB 171232191
HSL0.390.570.79
HSV140°26°91°
CMYK 0.260.000.18   0.09
XYZ55.055270.132759.9255
Yxy70.13270.29740.3789
Hunter Lab83.7453-29.206116.1956
CIE-Lab87.0619-27.436613.7924

#abe8bf color RGB value is (171,232,191).

#abe8bf hex color red value is 171, green value is 232 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #abe8bf hue: 0.39 , saturation: 0.57 and the lightness value of abe8bf is 0.79.

The process color (four color CMYK) of #abe8bf color hex is 0.26, 0.00, 0.18, 0.09. Web safe color of #abe8bf is #99ffcc. Color #abe8bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101000 10111111
Octal 253 350 277
Decimal 171 232 191
Hex AB E8 BF

RGB Percentages of Color #abe8bf

%28.79
%39.06
%32.15

CMYK Percentages of Color #abe8bf

%26
%0
%18
%9

Triadic Colors of #abe8bf

#abe8bf #bfabe8 #e8bfab

Analogous Colors of #abe8bf

#abe8bf #abe8de #b6e8ab

Monochromatic Colors of #abe8bf

#abe8bf

Complementary Color

#abe8bf #e8abd4

#abe8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe8bf Color CSS Codes

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

#abe8bf Text Font Color

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

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


#abe8bf Background Color

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

This div background color is #abe8bf


#abe8bf Border Color

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

This div border color is #abe8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe8bf


Comments

No comments written yet.

Please login to write comment.