Color Hex Logo

#abeabf Color Hex

#ABEABF
(171,234,191)
0 Favorites   0 Comments

Color spaces of #abeabf

RGB 171234191
HSL0.390.600.79
HSV139°27°92°
CMYK 0.270.000.18   0.08
XYZ55.621471.265260.1142
Yxy71.26520.29740.3811
Hunter Lab84.4187-30.123516.8730
CIE-Lab87.6137-28.391014.5719

#abeabf color RGB value is (171,234,191).

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

The process color (four color CMYK) of #abeabf color hex is 0.27, 0.00, 0.18, 0.08. Web safe color of #abeabf is #99ffcc. Color #abeabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 10111111
Octal 253 352 277
Decimal 171 234 191
Hex AB EA BF

RGB Percentages of Color #abeabf

%28.69
%39.26
%32.05

CMYK Percentages of Color #abeabf

%27
%0
%18
%8

Triadic Colors of #abeabf

#abeabf #bfabea #eabfab

Analogous Colors of #abeabf

#abeabf #abeadf #b7eaab

Monochromatic Colors of #abeabf

#abeabf

Complementary Color

#abeabf #eaabd6

#abeabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeabf Color CSS Codes

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

#abeabf Text Font Color

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

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


#abeabf Background Color

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

This div background color is #abeabf


#abeabf Border Color

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

This div border color is #abeabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeabf


Comments

No comments written yet.

Please login to write comment.