Color Hex Logo

#abbea6 Color Hex

#ABBEA6
(171,190,166)
0 Favorites   0 Comments

Color spaces of #abbea6

RGB 171190166
HSL0.300.160.70
HSV108°13°75°
CMYK 0.100.000.13   0.25
XYZ42.091048.238043.1688
Yxy48.23800.31530.3613
Hunter Lab69.4536-13.367311.7659
CIE-Lab74.9748-11.01999.9267

#abbea6 color RGB value is (171,190,166).

#abbea6 hex color red value is 171, green value is 190 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #abbea6 hue: 0.30 , saturation: 0.16 and the lightness value of abbea6 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 10100110
Octal 253 276 246
Decimal 171 190 166
Hex AB BE A6

RGB Percentages of Color #abbea6

%32.45
%36.05
%31.50

CMYK Percentages of Color #abbea6

%10
%0
%13
%25

Triadic Colors of #abbea6

#abbea6 #a6abbe #bea6ab

Analogous Colors of #abbea6

#abbea6 #a6bead #b7bea6

Monochromatic Colors of #abbea6

#abbea6

Complementary Color

#abbea6 #b9a6be

#abbea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbea6 Color CSS Codes

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

#abbea6 Text Font Color

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

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


#abbea6 Background Color

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

This div background color is #abbea6


#abbea6 Border Color

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

This div border color is #abbea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbea6


Comments

No comments written yet.

Please login to write comment.