Color Hex Logo

#abd745 Color Hex

#ABD745
(171,215,69)
0 Favorites   0 Comments

Color spaces of #abd745

RGB 17121569
HSL0.220.650.56
HSV78°68°84°
CMYK 0.200.000.68   0.16
XYZ42.169257.688514.5427
Yxy57.68850.36860.5043
Hunter Lab75.9529-33.814241.8148
CIE-Lab80.5653-34.881064.2588

#abd745 color RGB value is (171,215,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010111 01000101
Octal 253 327 105
Decimal 171 215 69
Hex AB D7 45

RGB Percentages of Color #abd745

%37.58
%47.25
%15.16

CMYK Percentages of Color #abd745

%20
%0
%68
%16

Triadic Colors of #abd745

#abd745 #45abd7 #d745ab

Analogous Colors of #abd745

#abd745 #62d745 #d7ba45

Monochromatic Colors of #abd745

#abd745

Complementary Color

#abd745 #7145d7

#abd745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd745 Color CSS Codes

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

#abd745 Text Font Color

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

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


#abd745 Background Color

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

This div background color is #abd745


#abd745 Border Color

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

This div border color is #abd745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd745


Comments

No comments written yet.

Please login to write comment.