Color Hex Logo

#abe045 Color Hex

#ABE045
(171,224,69)
0 Favorites   0 Comments

Color spaces of #abe045

RGB 17122469
HSL0.220.710.57
HSV81°69°88°
CMYK 0.240.000.69   0.12
XYZ44.524462.398915.3277
Yxy62.39890.36420.5104
Hunter Lab78.9930-37.626243.7905
CIE-Lab83.1251-38.943266.8649

#abe045 color RGB value is (171,224,69).

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

The process color (four color CMYK) of #abe045 color hex is 0.24, 0.00, 0.69, 0.12. Web safe color of #abe045 is #99cc33. Color #abe045 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100000 01000101
Octal 253 340 105
Decimal 171 224 69
Hex AB E0 45

RGB Percentages of Color #abe045

%36.85
%48.28
%14.87

CMYK Percentages of Color #abe045

%24
%0
%69
%12

Triadic Colors of #abe045

#abe045 #45abe0 #e045ab

Analogous Colors of #abe045

#abe045 #5ee045 #e0c845

Monochromatic Colors of #abe045

#abe045

Complementary Color

#abe045 #7a45e0

#abe045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe045 Color CSS Codes

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

#abe045 Text Font Color

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

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


#abe045 Background Color

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

This div background color is #abe045


#abe045 Border Color

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

This div border color is #abe045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe045


Comments

No comments written yet.

Please login to write comment.