Color Hex Logo

#abd470 Color Hex

#ABD470
(171,212,112)
0 Favorites   0 Comments

Color spaces of #abd470

RGB 171212112
HSL0.240.540.64
HSV85°47°83°
CMYK 0.190.000.47   0.17
XYZ43.262756.914724.0347
Yxy56.91470.34830.4582
Hunter Lab75.4418-29.661033.9203
CIE-Lab80.1316-29.743444.8729

#abd470 color RGB value is (171,212,112).

#abd470 hex color red value is 171, green value is 212 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #abd470 hue: 0.24 , saturation: 0.54 and the lightness value of abd470 is 0.64.

The process color (four color CMYK) of #abd470 color hex is 0.19, 0.00, 0.47, 0.17. Web safe color of #abd470 is #99cc66. Color #abd470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010100 01110000
Octal 253 324 160
Decimal 171 212 112
Hex AB D4 70

RGB Percentages of Color #abd470

%34.55
%42.83
%22.63

CMYK Percentages of Color #abd470

%19
%0
%47
%17

Triadic Colors of #abd470

#abd470 #70abd4 #d470ab

Analogous Colors of #abd470

#abd470 #79d470 #d4cb70

Monochromatic Colors of #abd470

#abd470

Complementary Color

#abd470 #9970d4

#abd470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd470 Color CSS Codes

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

#abd470 Text Font Color

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

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


#abd470 Background Color

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

This div background color is #abd470


#abd470 Border Color

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

This div border color is #abd470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd470


Comments

No comments written yet.

Please login to write comment.