Color Hex Logo

#abd024 Color Hex

#ABD024
(171,208,36)
0 Favorites   0 Comments

Color spaces of #abd024

RGB 17120836
HSL0.200.700.48
HSV73°83°82°
CMYK 0.180.000.83   0.18
XYZ39.668953.89719.9815
Yxy53.89710.38310.5205
Hunter Lab73.4146-32.024943.3291
CIE-Lab78.4017-33.246272.5819

#abd024 color RGB value is (171,208,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 00100100
Octal 253 320 44
Decimal 171 208 36
Hex AB D0 24

RGB Percentages of Color #abd024

%41.20
%50.12
%8.67

CMYK Percentages of Color #abd024

%18
%0
%83
%18

Triadic Colors of #abd024

#abd024 #24abd0 #d024ab

Analogous Colors of #abd024

#abd024 #55d024 #d09f24

Monochromatic Colors of #abd024

#abd024

Complementary Color

#abd024 #4924d0

#abd024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd024 Color CSS Codes

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

#abd024 Text Font Color

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

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


#abd024 Background Color

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

This div background color is #abd024


#abd024 Border Color

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

This div border color is #abd024


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,208,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 #abd024">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd024


Comments

No comments written yet.

Please login to write comment.