Color Hex Logo

#abbea1 Color Hex

#ABBEA1
(171,190,161)
0 Favorites   0 Comments

Color spaces of #abbea1

RGB 171190161
HSL0.280.180.69
HSV99°15°75°
CMYK 0.100.000.15   0.25
XYZ41.641148.058040.7996
Yxy48.05800.31910.3683
Hunter Lab69.3239-14.096413.6324
CIE-Lab74.8615-11.894312.4699

#abbea1 color RGB value is (171,190,161).

#abbea1 hex color red value is 171, green value is 190 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #abbea1 hue: 0.28 , saturation: 0.18 and the lightness value of abbea1 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 10100001
Octal 253 276 241
Decimal 171 190 161
Hex AB BE A1

RGB Percentages of Color #abbea1

%32.76
%36.40
%30.84

CMYK Percentages of Color #abbea1

%10
%0
%15
%25

Triadic Colors of #abbea1

#abbea1 #a1abbe #bea1ab

Analogous Colors of #abbea1

#abbea1 #a1bea6 #babea1

Monochromatic Colors of #abbea1

#abbea1

Complementary Color

#abbea1 #b4a1be

#abbea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbea1 Color CSS Codes

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

#abbea1 Text Font Color

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

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


#abbea1 Background Color

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

This div background color is #abbea1


#abbea1 Border Color

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

This div border color is #abbea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbea1


Comments

No comments written yet.

Please login to write comment.