Color Hex Logo

#abe546 Color Hex

#ABE546
(171,229,70)
0 Favorites   0 Comments

Color spaces of #abe546

RGB 17122970
HSL0.230.750.59
HSV82°69°90°
CMYK 0.250.000.69   0.10
XYZ45.919465.138715.9472
Yxy65.13870.36160.5129
Hunter Lab80.7085-39.681844.7809
CIE-Lab84.5552-41.093467.9473

#abe546 color RGB value is (171,229,70).

#abe546 hex color red value is 171, green value is 229 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #abe546 hue: 0.23 , saturation: 0.75 and the lightness value of abe546 is 0.59.

The process color (four color CMYK) of #abe546 color hex is 0.25, 0.00, 0.69, 0.10. Web safe color of #abe546 is #99cc33. Color #abe546 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100101 01000110
Octal 253 345 106
Decimal 171 229 70
Hex AB E5 46

RGB Percentages of Color #abe546

%36.38
%48.72
%14.89

CMYK Percentages of Color #abe546

%25
%0
%69
%10

Triadic Colors of #abe546

#abe546 #46abe5 #e546ab

Analogous Colors of #abe546

#abe546 #5ce546 #e5d046

Monochromatic Colors of #abe546

#abe546

Complementary Color

#abe546 #8046e5

#abe546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe546 Color CSS Codes

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

#abe546 Text Font Color

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

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


#abe546 Background Color

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

This div background color is #abe546


#abe546 Border Color

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

This div border color is #abe546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe546


Comments

No comments written yet.

Please login to write comment.