Color Hex Logo

#abefbf Color Hex

#ABEFBF
(171,239,191)
0 Favorites   0 Comments

Color spaces of #abefbf

RGB 171239191
HSL0.380.680.80
HSV138°28°94°
CMYK 0.280.000.20   0.06
XYZ57.065174.152560.5954
Yxy74.15250.29750.3866
Hunter Lab86.1118-32.406318.5570
CIE-Lab88.9945-30.755316.5159

#abefbf color RGB value is (171,239,191).

#abefbf hex color red value is 171, green value is 239 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #abefbf hue: 0.38 , saturation: 0.68 and the lightness value of abefbf is 0.80.

The process color (four color CMYK) of #abefbf color hex is 0.28, 0.00, 0.20, 0.06. Web safe color of #abefbf is #99ffcc. Color #abefbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 10111111
Octal 253 357 277
Decimal 171 239 191
Hex AB EF BF

RGB Percentages of Color #abefbf

%28.45
%39.77
%31.78

CMYK Percentages of Color #abefbf

%28
%0
%20
%6

Triadic Colors of #abefbf

#abefbf #bfabef #efbfab

Analogous Colors of #abefbf

#abefbf #abefe1 #b9efab

Monochromatic Colors of #abefbf

#abefbf

Complementary Color

#abefbf #efabdb

#abefbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abefbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abefbf Color CSS Codes

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

#abefbf Text Font Color

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

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


#abefbf Background Color

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

This div background color is #abefbf


#abefbf Border Color

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

This div border color is #abefbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abefbf


Comments

No comments written yet.

Please login to write comment.