Color Hex Logo

#abdd45 Color Hex

#ABDD45
(171,221,69)
0 Favorites   0 Comments

Color spaces of #abdd45

RGB 17122169
HSL0.220.690.57
HSV80°69°87°
CMYK 0.230.000.69   0.13
XYZ43.725260.800515.0613
Yxy60.80050.36560.5084
Hunter Lab77.9747-36.359743.1300
CIE-Lab82.2714-37.600965.9992

#abdd45 color RGB value is (171,221,69).

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

The process color (four color CMYK) of #abdd45 color hex is 0.23, 0.00, 0.69, 0.13. Web safe color of #abdd45 is #99cc33. Color #abdd45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 01000101
Octal 253 335 105
Decimal 171 221 69
Hex AB DD 45

RGB Percentages of Color #abdd45

%37.09
%47.94
%14.97

CMYK Percentages of Color #abdd45

%23
%0
%69
%13

Triadic Colors of #abdd45

#abdd45 #45abdd #dd45ab

Analogous Colors of #abdd45

#abdd45 #5fdd45 #ddc345

Monochromatic Colors of #abdd45

#abdd45

Complementary Color

#abdd45 #7745dd

#abdd45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdd45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdd45 Color CSS Codes

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

#abdd45 Text Font Color

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

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


#abdd45 Background Color

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

This div background color is #abdd45


#abdd45 Border Color

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

This div border color is #abdd45


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,221,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 #abdd45">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdd45


Comments

No comments written yet.

Please login to write comment.