Color Hex Logo

#abbe9d Color Hex

#ABBE9D
(171,190,157)
0 Favorites   0 Comments

Color spaces of #abbe9d

RGB 171190157
HSL0.260.200.68
HSV95°17°75°
CMYK 0.100.000.17   0.25
XYZ41.293847.919238.9712
Yxy47.91920.32210.3738
Hunter Lab69.2237-14.661415.0778
CIE-Lab74.7739-12.575514.5058

#abbe9d color RGB value is (171,190,157).

#abbe9d hex color red value is 171, green value is 190 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #abbe9d hue: 0.26 , saturation: 0.20 and the lightness value of abbe9d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 10011101
Octal 253 276 235
Decimal 171 190 157
Hex AB BE 9D

RGB Percentages of Color #abbe9d

%33.01
%36.68
%30.31

CMYK Percentages of Color #abbe9d

%10
%0
%17
%25

Triadic Colors of #abbe9d

#abbe9d #9dabbe #be9dab

Analogous Colors of #abbe9d

#abbe9d #9dbea0 #bcbe9d

Monochromatic Colors of #abbe9d

#abbe9d

Complementary Color

#abbe9d #b09dbe

#abbe9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbe9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbe9d Color CSS Codes

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

#abbe9d Text Font Color

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

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


#abbe9d Background Color

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

This div background color is #abbe9d


#abbe9d Border Color

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

This div border color is #abbe9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbe9d


Comments

No comments written yet.

Please login to write comment.