Color Hex Logo

#abbeac Color Hex

#ABBEAC
(171,190,172)
0 Favorites   0 Comments

Color spaces of #abbeac

RGB 171190172
HSL0.340.130.71
HSV123°10°75°
CMYK 0.100.000.09   0.25
XYZ42.654448.463446.1360
Yxy48.46340.31080.3531
Hunter Lab69.6157-12.45829.4380
CIE-Lab75.1163-9.93686.8786

#abbeac color RGB value is (171,190,172).

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

The process color (four color CMYK) of #abbeac color hex is 0.10, 0.00, 0.09, 0.25. Web safe color of #abbeac is #99cc99. Color #abbeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 10101100
Octal 253 276 254
Decimal 171 190 172
Hex AB BE AC

RGB Percentages of Color #abbeac

%32.08
%35.65
%32.27

CMYK Percentages of Color #abbeac

%10
%0
%9
%25

Triadic Colors of #abbeac

#abbeac #acabbe #beacab

Analogous Colors of #abbeac

#abbeac #abbeb6 #b4beab

Monochromatic Colors of #abbeac

#abbeac

Complementary Color

#abbeac #beabbd

#abbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbeac Color CSS Codes

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

#abbeac Text Font Color

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

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


#abbeac Background Color

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

This div background color is #abbeac


#abbeac Border Color

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

This div border color is #abbeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbeac


Comments

No comments written yet.

Please login to write comment.