Color Hex Logo

#abac34 Color Hex

#ABAC34
(171,172,52)
0 Favorites   0 Comments

Color spaces of #abac34

RGB 17117252
HSL0.170.540.44
HSV61°70°67°
CMYK 0.010.000.70   0.33
XYZ32.166938.41098.9675
Yxy38.41090.40440.4829
Hunter Lab61.9765-15.814334.8048
CIE-Lab68.3224-15.019458.3671

#abac34 color RGB value is (171,172,52).

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

The process color (four color CMYK) of #abac34 color hex is 0.01, 0.00, 0.70, 0.33. Web safe color of #abac34 is #999933. Color #abac34 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 00110100
Octal 253 254 64
Decimal 171 172 52
Hex AB AC 34

RGB Percentages of Color #abac34

%43.29
%43.54
%13.16

CMYK Percentages of Color #abac34

%1
%0
%70
%33

Triadic Colors of #abac34

#abac34 #34abac #ac34ab

Analogous Colors of #abac34

#abac34 #6fac34 #ac7134

Monochromatic Colors of #abac34

#abac34

Complementary Color

#abac34 #3534ac

#abac34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abac34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abac34 Color CSS Codes

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

#abac34 Text Font Color

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

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


#abac34 Background Color

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

This div background color is #abac34


#abac34 Border Color

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

This div border color is #abac34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abac34


Comments

No comments written yet.

Please login to write comment.