Color Hex Logo

#abde45 Color Hex

#ABDE45
(171,222,69)
0 Favorites   0 Comments

Color spaces of #abde45

RGB 17122269
HSL0.220.700.57
HSV80°69°87°
CMYK 0.230.000.69   0.13
XYZ43.990061.330215.1496
Yxy61.33020.36520.5091
Hunter Lab78.3136-36.782543.3500
CIE-Lab82.5559-38.049866.2881

#abde45 color RGB value is (171,222,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 01000101
Octal 253 336 105
Decimal 171 222 69
Hex AB DE 45

RGB Percentages of Color #abde45

%37.01
%48.05
%14.94

CMYK Percentages of Color #abde45

%23
%0
%69
%13

Triadic Colors of #abde45

#abde45 #45abde #de45ab

Analogous Colors of #abde45

#abde45 #5fde45 #dec545

Monochromatic Colors of #abde45

#abde45

Complementary Color

#abde45 #7845de

#abde45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abde45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abde45 Color CSS Codes

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

#abde45 Text Font Color

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

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


#abde45 Background Color

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

This div background color is #abde45


#abde45 Border Color

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

This div border color is #abde45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abde45


Comments

No comments written yet.

Please login to write comment.