Color Hex Logo

#abebac Color Hex

#ABEBAC
(171,235,172)
0 Favorites   0 Comments

Color spaces of #abebac

RGB 171235172
HSL0.340.620.80
HSV121°27°92°
CMYK 0.270.000.27   0.08
XYZ53.949371.053149.9009
Yxy71.05310.30850.4062
Hunter Lab84.2930-33.269023.9058
CIE-Lab87.5108-32.181124.2687

#abebac color RGB value is (171,235,172).

#abebac hex color red value is 171, green value is 235 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #abebac hue: 0.34 , saturation: 0.62 and the lightness value of abebac is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 10101100
Octal 253 353 254
Decimal 171 235 172
Hex AB EB AC

RGB Percentages of Color #abebac

%29.58
%40.66
%29.76

CMYK Percentages of Color #abebac

%27
%0
%27
%8

Triadic Colors of #abebac

#abebac #acabeb #ebacab

Analogous Colors of #abebac

#abebac #abebcc #caebab

Monochromatic Colors of #abebac

#abebac

Complementary Color

#abebac #ebabea

#abebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebac Color CSS Codes

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

#abebac Text Font Color

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

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


#abebac Background Color

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

This div background color is #abebac


#abebac Border Color

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

This div border color is #abebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebac


Comments

No comments written yet.

Please login to write comment.