color codes Logo

#abd14b color codes

#ABD14B
(171,209,75)
0 Favorites   0 Comments

Color spaces of #abd14b

RGB 17120975
HSL0.210.590.56
HSV77°64°82°
CMYK 0.180.000.64   0.18
XYZ40.865154.766915.0739
Yxy54.76690.36910.4947
Hunter Lab74.0047-30.941139.7266
CIE-Lab78.9068-31.704760.1694

#abd14b color RGB value is (171,209,75).

#abd14b hex color red value is 171, green value is 209 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #abd14b hue: 0.21 , saturation: 0.59 and the lightness value of abd14b is 0.56.

The process color (four color CMYK) of #abd14b color code is 0.18, 0.00, 0.64, 0.18. Web safe color of #abd14b is #99cc33. Color #abd14b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010001 01001011
Octal 253 321 113
Decimal 171 209 75
Hex AB D1 4B

RGB Percentages of Color #abd14b

%37.58
%45.93
%16.48

CMYK Percentages of Color #abd14b

%18
%0
%64
%18

Triadic Colors of #abd14b

#abd14b #4babd1 #d14bab

Analogous Colors of #abd14b

#abd14b #68d14b #d1b44b

Monochromatic Colors of #abd14b

#abd14b

Complementary Color

#abd14b #714bd1

#abd14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd14b Color CSS Codes

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

#abd14b Text Font Color

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

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


#abd14b Background Color

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

This div background color is #abd14b


#abd14b Border Color

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

This div border color is #abd14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd14b


Comments

No comments written yet.

Please login to write comment.