Color Hex Logo

#abca14 Color Hex

#ABCA14
(171,202,20)
0 Favorites   0 Comments

Color spaces of #abca14

RGB 17120220
HSL0.200.820.44
HSV70°90°79°
CMYK 0.150.000.90   0.21
XYZ38.041450.94958.4911
Yxy50.94950.39020.5227
Hunter Lab71.3789-29.781542.9122
CIE-Lab76.6484-30.870574.2914

#abca14 color RGB value is (171,202,20).

#abca14 hex color red value is 171, green value is 202 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #abca14 hue: 0.20 , saturation: 0.82 and the lightness value of abca14 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 00010100
Octal 253 312 24
Decimal 171 202 20
Hex AB CA 14

RGB Percentages of Color #abca14

%43.51
%51.40
%5.09

CMYK Percentages of Color #abca14

%15
%0
%90
%21

Triadic Colors of #abca14

#abca14 #14abca #ca14ab

Analogous Colors of #abca14

#abca14 #50ca14 #ca8e14

Monochromatic Colors of #abca14

#abca14

Complementary Color

#abca14 #3314ca

#abca14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abca14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abca14 Color CSS Codes

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

#abca14 Text Font Color

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

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


#abca14 Background Color

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

This div background color is #abca14


#abca14 Border Color

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

This div border color is #abca14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abca14


Comments

No comments written yet.

Please login to write comment.