Color Hex Logo

#abefb7 Color Hex

#ABEFB7
(171,239,183)
0 Favorites   0 Comments

Color spaces of #abefb7

RGB 171239183
HSL0.360.680.80
HSV131°28°94°
CMYK 0.280.000.23   0.06
XYZ56.208373.809856.0840
Yxy73.80980.30200.3966
Hunter Lab85.9126-33.563621.4342
CIE-Lab88.8325-32.178720.4250

#abefb7 color RGB value is (171,239,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 10110111
Octal 253 357 267
Decimal 171 239 183
Hex AB EF B7

RGB Percentages of Color #abefb7

%28.84
%40.30
%30.86

CMYK Percentages of Color #abefb7

%28
%0
%23
%6

Triadic Colors of #abefb7

#abefb7 #b7abef #efb7ab

Analogous Colors of #abefb7

#abefb7 #abefd9 #c1efab

Monochromatic Colors of #abefb7

#abefb7

Complementary Color

#abefb7 #efabe3

#abefb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abefb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abefb7 Color CSS Codes

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

#abefb7 Text Font Color

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

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


#abefb7 Background Color

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

This div background color is #abefb7


#abefb7 Border Color

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

This div border color is #abefb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abefb7


Comments

No comments written yet.

Please login to write comment.