Color Hex Logo

#abca52 Color Hex

#ABCA52
(171,202,82)
0 Favorites   0 Comments

Color spaces of #abca52

RGB 17120282
HSL0.210.530.56
HSV76°59°79°
CMYK 0.150.000.59   0.21
XYZ39.438151.508215.8461
Yxy51.50820.36930.4823
Hunter Lab71.7692-27.508137.1477
CIE-Lab76.9858-27.869455.1200

#abca52 color RGB value is (171,202,82).

#abca52 hex color red value is 171, green value is 202 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #abca52 hue: 0.21 , saturation: 0.53 and the lightness value of abca52 is 0.56.

The process color (four color CMYK) of #abca52 color hex is 0.15, 0.00, 0.59, 0.21. Web safe color of #abca52 is #99cc66. Color #abca52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 01010010
Octal 253 312 122
Decimal 171 202 82
Hex AB CA 52

RGB Percentages of Color #abca52

%37.58
%44.40
%18.02

CMYK Percentages of Color #abca52

%15
%0
%59
%21

Triadic Colors of #abca52

#abca52 #52abca #ca52ab

Analogous Colors of #abca52

#abca52 #6fca52 #caad52

Monochromatic Colors of #abca52

#abca52

Complementary Color

#abca52 #7152ca

#abca52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abca52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abca52 Color CSS Codes

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

#abca52 Text Font Color

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

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


#abca52 Background Color

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

This div background color is #abca52


#abca52 Border Color

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

This div border color is #abca52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abca52


Comments

No comments written yet.

Please login to write comment.