Color Hex Logo

#abe349 Color Hex

#ABE349
(171,227,73)
0 Favorites   0 Comments

Color spaces of #abe349

RGB 17122773
HSL0.230.730.59
HSV82°68°89°
CMYK 0.250.000.68   0.11
XYZ45.466364.077116.2751
Yxy64.07710.36140.5093
Hunter Lab80.0482-38.698743.9791
CIE-Lab84.0059-40.020666.2826

#abe349 color RGB value is (171,227,73).

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

The process color (four color CMYK) of #abe349 color hex is 0.25, 0.00, 0.68, 0.11. Web safe color of #abe349 is #99cc33. Color #abe349 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100011 01001001
Octal 253 343 111
Decimal 171 227 73
Hex AB E3 49

RGB Percentages of Color #abe349

%36.31
%48.20
%15.50

CMYK Percentages of Color #abe349

%25
%0
%68
%11

Triadic Colors of #abe349

#abe349 #49abe3 #e349ab

Analogous Colors of #abe349

#abe349 #5ee349 #e3ce49

Monochromatic Colors of #abe349

#abe349

Complementary Color

#abe349 #8149e3

#abe349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe349 Color CSS Codes

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

#abe349 Text Font Color

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

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


#abe349 Background Color

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

This div background color is #abe349


#abe349 Border Color

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

This div border color is #abe349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe349


Comments

No comments written yet.

Please login to write comment.