Color Hex Logo

#abca12 Color Hex

#ABCA12
(171,202,18)
0 Favorites   0 Comments

Color spaces of #abca12

RGB 17120218
HSL0.190.840.43
HSV70°91°79°
CMYK 0.150.000.91   0.21
XYZ38.024350.94278.4011
Yxy50.94270.39050.5232
Hunter Lab71.3742-29.809642.9832
CIE-Lab76.6443-30.907974.5873

#abca12 color RGB value is (171,202,18).

#abca12 hex color red value is 171, green value is 202 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #abca12 hue: 0.19 , saturation: 0.84 and the lightness value of abca12 is 0.43.

The process color (four color CMYK) of #abca12 color hex is 0.15, 0.00, 0.91, 0.21. Web safe color of #abca12 is #99cc00. Color #abca12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 00010010
Octal 253 312 22
Decimal 171 202 18
Hex AB CA 12

RGB Percentages of Color #abca12

%43.73
%51.66
%4.60

CMYK Percentages of Color #abca12

%15
%0
%91
%21

Triadic Colors of #abca12

#abca12 #12abca #ca12ab

Analogous Colors of #abca12

#abca12 #4fca12 #ca8d12

Monochromatic Colors of #abca12

#abca12

Complementary Color

#abca12 #3112ca

#abca12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abca12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abca12 Color CSS Codes

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

#abca12 Text Font Color

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

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


#abca12 Background Color

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

This div background color is #abca12


#abca12 Border Color

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

This div border color is #abca12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abca12


Comments

No comments written yet.

Please login to write comment.