Color Hex Logo

#abd448 Color Hex

#ABD448
(171,212,72)
0 Favorites   0 Comments

Color spaces of #abd448

RGB 17121272
HSL0.220.620.56
HSV78°66°83°
CMYK 0.190.000.66   0.17
XYZ41.507856.212814.7934
Yxy56.21280.36890.4996
Hunter Lab74.9752-32.385340.7841
CIE-Lab79.7348-33.305462.2427

#abd448 color RGB value is (171,212,72).

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

The process color (four color CMYK) of #abd448 color hex is 0.19, 0.00, 0.66, 0.17. Web safe color of #abd448 is #99cc33. Color #abd448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010100 01001000
Octal 253 324 110
Decimal 171 212 72
Hex AB D4 48

RGB Percentages of Color #abd448

%37.58
%46.59
%15.82

CMYK Percentages of Color #abd448

%19
%0
%66
%17

Triadic Colors of #abd448

#abd448 #48abd4 #d448ab

Analogous Colors of #abd448

#abd448 #65d448 #d4b748

Monochromatic Colors of #abd448

#abd448

Complementary Color

#abd448 #7148d4

#abd448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd448 Color CSS Codes

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

#abd448 Text Font Color

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

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


#abd448 Background Color

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

This div background color is #abd448


#abd448 Border Color

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

This div border color is #abd448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd448


Comments

No comments written yet.

Please login to write comment.