Color Hex Logo

#abd515 Color Hex

#ABD515
(171,213,21)
0 Favorites   0 Comments

Color spaces of #abd515

RGB 17121321
HSL0.200.820.46
HSV73°90°84°
CMYK 0.200.000.90   0.16
XYZ40.724256.30069.4302
Yxy56.30060.38250.5289
Hunter Lab75.0337-34.429045.0721
CIE-Lab79.7846-35.922576.6580

#abd515 color RGB value is (171,213,21).

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

The process color (four color CMYK) of #abd515 color hex is 0.20, 0.00, 0.90, 0.16. Web safe color of #abd515 is #99cc00. Color #abd515 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010101 00010101
Octal 253 325 25
Decimal 171 213 21
Hex AB D5 15

RGB Percentages of Color #abd515

%42.22
%52.59
%5.19

CMYK Percentages of Color #abd515

%20
%0
%90
%16

Triadic Colors of #abd515

#abd515 #15abd5 #d515ab

Analogous Colors of #abd515

#abd515 #4bd515 #d59f15

Monochromatic Colors of #abd515

#abd515

Complementary Color

#abd515 #3f15d5

#abd515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd515 Color CSS Codes

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

#abd515 Text Font Color

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

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


#abd515 Background Color

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

This div background color is #abd515


#abd515 Border Color

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

This div border color is #abd515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd515


Comments

No comments written yet.

Please login to write comment.