Color Hex Logo

#abd569 Color Hex

#ABD569
(171,213,105)
0 Favorites   0 Comments

Color spaces of #abd569

RGB 171213105
HSL0.230.560.62
HSV83°51°84°
CMYK 0.200.000.51   0.16
XYZ43.138657.266322.1445
Yxy57.26630.35200.4673
Hunter Lab75.6745-30.675635.6222
CIE-Lab80.3291-30.963048.4690

#abd569 color RGB value is (171,213,105).

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

The process color (four color CMYK) of #abd569 color hex is 0.20, 0.00, 0.51, 0.16. Web safe color of #abd569 is #99cc66. Color #abd569 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010101 01101001
Octal 253 325 151
Decimal 171 213 105
Hex AB D5 69

RGB Percentages of Color #abd569

%34.97
%43.56
%21.47

CMYK Percentages of Color #abd569

%20
%0
%51
%16

Triadic Colors of #abd569

#abd569 #69abd5 #d569ab

Analogous Colors of #abd569

#abd569 #75d569 #d5c969

Monochromatic Colors of #abd569

#abd569

Complementary Color

#abd569 #9369d5

#abd569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd569 Color CSS Codes

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

#abd569 Text Font Color

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

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


#abd569 Background Color

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

This div background color is #abd569


#abd569 Border Color

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

This div border color is #abd569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd569


Comments

No comments written yet.

Please login to write comment.