Color Hex Logo

#abbe76 Color Hex

#ABBE76
(171,190,118)
0 Favorites   0 Comments

Color spaces of #abbe76

RGB 171190118
HSL0.210.360.60
HSV76°38°75°
CMYK 0.100.000.38   0.25
XYZ38.478146.792824.1435
Yxy46.79280.35170.4277
Hunter Lab68.4053-19.302626.9574
CIE-Lab74.0570-18.296134.2174

#abbe76 color RGB value is (171,190,118).

#abbe76 hex color red value is 171, green value is 190 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #abbe76 hue: 0.21 , saturation: 0.36 and the lightness value of abbe76 is 0.60.

The process color (four color CMYK) of #abbe76 color hex is 0.10, 0.00, 0.38, 0.25. Web safe color of #abbe76 is #99cc66. Color #abbe76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 01110110
Octal 253 276 166
Decimal 171 190 118
Hex AB BE 76

RGB Percentages of Color #abbe76

%35.70
%39.67
%24.63

CMYK Percentages of Color #abbe76

%10
%0
%38
%25

Triadic Colors of #abbe76

#abbe76 #76abbe #be76ab

Analogous Colors of #abbe76

#abbe76 #87be76 #bead76

Monochromatic Colors of #abbe76

#abbe76

Complementary Color

#abbe76 #8976be

#abbe76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbe76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbe76 Color CSS Codes

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

#abbe76 Text Font Color

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

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


#abbe76 Background Color

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

This div background color is #abbe76


#abbe76 Border Color

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

This div border color is #abbe76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbe76


Comments

No comments written yet.

Please login to write comment.