Color Hex Logo

#abd042 Color Hex

#ABD042
(171,208,66)
0 Favorites   0 Comments

Color spaces of #abd042

RGB 17120866
HSL0.210.600.54
HSV76°68°82°
CMYK 0.180.000.68   0.18
XYZ40.333854.163013.4829
Yxy54.16300.37350.5016
Hunter Lab73.5955-30.965840.6548
CIE-Lab78.5567-31.838163.3419

#abd042 color RGB value is (171,208,66).

#abd042 hex color red value is 171, green value is 208 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #abd042 hue: 0.21 , saturation: 0.60 and the lightness value of abd042 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 01000010
Octal 253 320 102
Decimal 171 208 66
Hex AB D0 42

RGB Percentages of Color #abd042

%38.43
%46.74
%14.83

CMYK Percentages of Color #abd042

%18
%0
%68
%18

Triadic Colors of #abd042

#abd042 #42abd0 #d042ab

Analogous Colors of #abd042

#abd042 #64d042 #d0ae42

Monochromatic Colors of #abd042

#abd042

Complementary Color

#abd042 #6742d0

#abd042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd042 Color CSS Codes

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

#abd042 Text Font Color

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

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


#abd042 Background Color

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

This div background color is #abd042


#abd042 Border Color

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

This div border color is #abd042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd042


Comments

No comments written yet.

Please login to write comment.