Color Hex Logo

#abac58 Color Hex

#ABAC58
(171,172,88)
0 Favorites   0 Comments

Color spaces of #abac58

RGB 17117288
HSL0.170.340.51
HSV61°49°67°
CMYK 0.010.000.49   0.33
XYZ33.308638.867614.9792
Yxy38.86760.38220.4460
Hunter Lab62.3439-13.734229.3953
CIE-Lab68.6553-12.379642.7114

#abac58 color RGB value is (171,172,88).

#abac58 hex color red value is 171, green value is 172 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #abac58 hue: 0.17 , saturation: 0.34 and the lightness value of abac58 is 0.51.

The process color (four color CMYK) of #abac58 color hex is 0.01, 0.00, 0.49, 0.33. Web safe color of #abac58 is #999966. Color #abac58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 01011000
Octal 253 254 130
Decimal 171 172 88
Hex AB AC 58

RGB Percentages of Color #abac58

%39.68
%39.91
%20.42

CMYK Percentages of Color #abac58

%1
%0
%49
%33

Triadic Colors of #abac58

#abac58 #58abac #ac58ab

Analogous Colors of #abac58

#abac58 #81ac58 #ac8358

Monochromatic Colors of #abac58

#abac58

Complementary Color

#abac58 #5958ac

#abac58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abac58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abac58 Color CSS Codes

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

#abac58 Text Font Color

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

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


#abac58 Background Color

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

This div background color is #abac58


#abac58 Border Color

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

This div border color is #abac58


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,172,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 #abac58">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abac58


Comments

No comments written yet.

Please login to write comment.