Color Hex Logo

#abb25e Color Hex

#ABB25E
(171,178,94)
0 Favorites   0 Comments

Color spaces of #abb25e

RGB 17117894
HSL0.180.350.53
HSV65°47°70°
CMYK 0.040.000.47   0.30
XYZ34.735441.306916.7319
Yxy41.30690.37440.4452
Hunter Lab64.2704-16.001729.5540
CIE-Lab70.3904-14.895641.8238

#abb25e color RGB value is (171,178,94).

#abb25e hex color red value is 171, green value is 178 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #abb25e hue: 0.18 , saturation: 0.35 and the lightness value of abb25e is 0.53.

The process color (four color CMYK) of #abb25e color hex is 0.04, 0.00, 0.47, 0.30. Web safe color of #abb25e is #999966. Color #abb25e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110010 01011110
Octal 253 262 136
Decimal 171 178 94
Hex AB B2 5E

RGB Percentages of Color #abb25e

%38.60
%40.18
%21.22

CMYK Percentages of Color #abb25e

%4
%0
%47
%30

Triadic Colors of #abb25e

#abb25e #5eabb2 #b25eab

Analogous Colors of #abb25e

#abb25e #81b25e #b28f5e

Monochromatic Colors of #abb25e

#abb25e

Complementary Color

#abb25e #655eb2

#abb25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb25e Color CSS Codes

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

#abb25e Text Font Color

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

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


#abb25e Background Color

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

This div background color is #abb25e


#abb25e Border Color

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

This div border color is #abb25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb25e


Comments

No comments written yet.

Please login to write comment.