Color Hex Logo

#abbf58 Color Hex

#ABBF58
(171,191,88)
0 Favorites   0 Comments

Color spaces of #abbf58

RGB 17119188
HSL0.200.450.55
HSV72°54°75°
CMYK 0.100.000.54   0.25
XYZ37.186846.624116.2719
Yxy46.62410.37160.4659
Hunter Lab68.2818-22.280833.6682
CIE-Lab73.9487-22.013948.9496

#abbf58 color RGB value is (171,191,88).

#abbf58 hex color red value is 171, green value is 191 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #abbf58 hue: 0.20 , saturation: 0.45 and the lightness value of abbf58 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 01011000
Octal 253 277 130
Decimal 171 191 88
Hex AB BF 58

RGB Percentages of Color #abbf58

%38.00
%42.44
%19.56

CMYK Percentages of Color #abbf58

%10
%0
%54
%25

Triadic Colors of #abbf58

#abbf58 #58abbf #bf58ab

Analogous Colors of #abbf58

#abbf58 #78bf58 #bfa058

Monochromatic Colors of #abbf58

#abbf58

Complementary Color

#abbf58 #6c58bf

#abbf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbf58 Color CSS Codes

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

#abbf58 Text Font Color

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

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


#abbf58 Background Color

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

This div background color is #abbf58


#abbf58 Border Color

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

This div border color is #abbf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbf58


Comments

No comments written yet.

Please login to write comment.