color codes Logo

#abd45d color codes

#ABD45D
(171,212,93)
0 Favorites   0 Comments

Color spaces of #abd45d

RGB 17121293
HSL0.220.580.60
HSV81°56°83°
CMYK 0.190.000.56   0.17
XYZ42.313956.535219.0381
Yxy56.53520.35890.4796
Hunter Lab75.1899-31.129637.6207
CIE-Lab79.9175-31.652953.5382

#abd45d color RGB value is (171,212,93).

#abd45d hex color red value is 171, green value is 212 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #abd45d hue: 0.22 , saturation: 0.58 and the lightness value of abd45d is 0.60.

The process color (four color CMYK) of #abd45d color code is 0.19, 0.00, 0.56, 0.17. Web safe color of #abd45d is #99cc66. Color #abd45d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010100 01011101
Octal 253 324 135
Decimal 171 212 93
Hex AB D4 5D

RGB Percentages of Color #abd45d

%35.92
%44.54
%19.54

CMYK Percentages of Color #abd45d

%19
%0
%56
%17

Triadic Colors of #abd45d

#abd45d #5dabd4 #d45dab

Analogous Colors of #abd45d

#abd45d #70d45d #d4c25d

Monochromatic Colors of #abd45d

#abd45d

Complementary Color

#abd45d #865dd4

#abd45d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd45d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd45d Color CSS Codes

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

#abd45d Text Font Color

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

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


#abd45d Background Color

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

This div background color is #abd45d


#abd45d Border Color

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

This div border color is #abd45d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd45d


Comments

No comments written yet.

Please login to write comment.