Color Hex Logo

#abc542 Color Hex

#ABC542
(171,197,66)
0 Favorites   0 Comments

Color spaces of #abc542

RGB 17119766
HSL0.200.530.52
HSV72°66°77°
CMYK 0.130.000.66   0.23
XYZ37.744248.983812.6197
Yxy48.98380.37990.4931
Hunter Lab69.9884-26.216138.3012
CIE-Lab75.4412-26.629360.1450

#abc542 color RGB value is (171,197,66).

#abc542 hex color red value is 171, green value is 197 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #abc542 hue: 0.20 , saturation: 0.53 and the lightness value of abc542 is 0.52.

The process color (four color CMYK) of #abc542 color hex is 0.13, 0.00, 0.66, 0.23. Web safe color of #abc542 is #99cc33. Color #abc542 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000101 01000010
Octal 253 305 102
Decimal 171 197 66
Hex AB C5 42

RGB Percentages of Color #abc542

%39.40
%45.39
%15.21

CMYK Percentages of Color #abc542

%13
%0
%66
%23

Triadic Colors of #abc542

#abc542 #42abc5 #c542ab

Analogous Colors of #abc542

#abc542 #6ac542 #c59e42

Monochromatic Colors of #abc542

#abc542

Complementary Color

#abc542 #5c42c5

#abc542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc542 Color CSS Codes

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

#abc542 Text Font Color

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

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


#abc542 Background Color

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

This div background color is #abc542


#abc542 Border Color

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

This div border color is #abc542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc542


Comments

No comments written yet.

Please login to write comment.