Color Hex Logo

#abda1c Color Hex

#ABDA1C
(171,218,28)
0 Favorites   0 Comments

Color spaces of #abda1c

RGB 17121828
HSL0.210.770.48
HSV75°87°85°
CMYK 0.220.000.87   0.15
XYZ42.075658.884610.2469
Yxy58.88460.37840.5295
Hunter Lab76.7363-36.414545.7982
CIE-Lab81.2281-38.020476.6628

#abda1c color RGB value is (171,218,28).

#abda1c hex color red value is 171, green value is 218 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #abda1c hue: 0.21 , saturation: 0.77 and the lightness value of abda1c is 0.48.

The process color (four color CMYK) of #abda1c color hex is 0.22, 0.00, 0.87, 0.15. Web safe color of #abda1c is #99cc33. Color #abda1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 00011100
Octal 253 332 34
Decimal 171 218 28
Hex AB DA 1C

RGB Percentages of Color #abda1c

%41.01
%52.28
%6.71

CMYK Percentages of Color #abda1c

%22
%0
%87
%15

Triadic Colors of #abda1c

#abda1c #1cabda #da1cab

Analogous Colors of #abda1c

#abda1c #4cda1c #daaa1c

Monochromatic Colors of #abda1c

#abda1c

Complementary Color

#abda1c #4b1cda

#abda1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abda1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abda1c Color CSS Codes

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

#abda1c Text Font Color

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

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


#abda1c Background Color

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

This div background color is #abda1c


#abda1c Border Color

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

This div border color is #abda1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abda1c


Comments

No comments written yet.

Please login to write comment.