Color Hex Logo

#abefb3 Color Hex

#ABEFB3
(171,239,179)
0 Favorites   0 Comments

Color spaces of #abefb3

RGB 171239179
HSL0.350.680.80
HSV127°28°94°
CMYK 0.280.000.25   0.06
XYZ55.797873.645653.9220
Yxy73.64560.30430.4016
Hunter Lab85.8170-34.120022.8178
CIE-Lab88.7547-32.867622.3780

#abefb3 color RGB value is (171,239,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 10110011
Octal 253 357 263
Decimal 171 239 179
Hex AB EF B3

RGB Percentages of Color #abefb3

%29.03
%40.58
%30.39

CMYK Percentages of Color #abefb3

%28
%0
%25
%6

Triadic Colors of #abefb3

#abefb3 #b3abef #efb3ab

Analogous Colors of #abefb3

#abefb3 #abefd5 #c5efab

Monochromatic Colors of #abefb3

#abefb3

Complementary Color

#abefb3 #efabe7

#abefb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abefb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abefb3 Color CSS Codes

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

#abefb3 Text Font Color

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

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


#abefb3 Background Color

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

This div background color is #abefb3


#abefb3 Border Color

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

This div border color is #abefb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abefb3


Comments

No comments written yet.

Please login to write comment.