Color Hex Logo

#abb25f Color Hex

#ABB25F
(171,178,95)
0 Favorites   0 Comments

Color spaces of #abb25f

RGB 17117895
HSL0.180.350.54
HSV65°47°70°
CMYK 0.040.000.47   0.30
XYZ34.780541.324916.9699
Yxy41.32490.37370.4440
Hunter Lab64.2844-15.922029.3477
CIE-Lab70.4030-14.795041.3399

#abb25f color RGB value is (171,178,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110010 01011111
Octal 253 262 137
Decimal 171 178 95
Hex AB B2 5F

RGB Percentages of Color #abb25f

%38.51
%40.09
%21.40

CMYK Percentages of Color #abb25f

%4
%0
%47
%30

Triadic Colors of #abb25f

#abb25f #5fabb2 #b25fab

Analogous Colors of #abb25f

#abb25f #82b25f #b2905f

Monochromatic Colors of #abb25f

#abb25f

Complementary Color

#abb25f #665fb2

#abb25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb25f Color CSS Codes

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

#abb25f Text Font Color

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

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


#abb25f Background Color

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

This div background color is #abb25f


#abb25f Border Color

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

This div border color is #abb25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb25f


Comments

No comments written yet.

Please login to write comment.