Color Hex Logo

#abd124 Color Hex

#ABD124
(171,209,36)
0 Favorites   0 Comments

Color spaces of #abd124

RGB 17120936
HSL0.200.710.48
HSV73°83°82°
CMYK 0.180.000.83   0.18
XYZ39.913554.386210.0630
Yxy54.38620.38240.5211
Hunter Lab73.7470-32.449143.5326
CIE-Lab78.6864-33.706972.8280

#abd124 color RGB value is (171,209,36).

#abd124 hex color red value is 171, green value is 209 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #abd124 hue: 0.20 , saturation: 0.71 and the lightness value of abd124 is 0.48.

The process color (four color CMYK) of #abd124 color hex is 0.18, 0.00, 0.83, 0.18. Web safe color of #abd124 is #99cc33. Color #abd124 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010001 00100100
Octal 253 321 44
Decimal 171 209 36
Hex AB D1 24

RGB Percentages of Color #abd124

%41.11
%50.24
%8.65

CMYK Percentages of Color #abd124

%18
%0
%83
%18

Triadic Colors of #abd124

#abd124 #24abd1 #d124ab

Analogous Colors of #abd124

#abd124 #54d124 #d1a124

Monochromatic Colors of #abd124

#abd124

Complementary Color

#abd124 #4a24d1

#abd124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd124 Color CSS Codes

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

#abd124 Text Font Color

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

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


#abd124 Background Color

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

This div background color is #abd124


#abd124 Border Color

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

This div border color is #abd124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd124


Comments

No comments written yet.

Please login to write comment.