Color Hex Logo

#abefba Color Hex

#ABEFBA
(171,239,186)
0 Favorites   0 Comments

Color spaces of #abefba

RGB 171239186
HSL0.370.680.80
HSV133°28°94°
CMYK 0.280.000.22   0.06
XYZ56.524073.936157.7463
Yxy73.93610.30030.3928
Hunter Lab85.9861-33.136620.3725
CIE-Lab88.8923-31.652118.9595

#abefba color RGB value is (171,239,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 10111010
Octal 253 357 272
Decimal 171 239 186
Hex AB EF BA

RGB Percentages of Color #abefba

%28.69
%40.10
%31.21

CMYK Percentages of Color #abefba

%28
%0
%22
%6

Triadic Colors of #abefba

#abefba #baabef #efbaab

Analogous Colors of #abefba

#abefba #abefdc #beefab

Monochromatic Colors of #abefba

#abefba

Complementary Color

#abefba #efabe0

#abefba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abefba Color Preview on White Background

Lorem ipsum dolor sit amet.

#abefba Color CSS Codes

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

#abefba Text Font Color

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

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


#abefba Background Color

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

This div background color is #abefba


#abefba Border Color

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

This div border color is #abefba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abefba


Comments

No comments written yet.

Please login to write comment.