Color Hex Logo

#abea48 Color Hex

#ABEA48
(171,234,72)
0 Favorites   0 Comments

Color spaces of #abea48

RGB 17123472
HSL0.230.790.60
HSV83°69°92°
CMYK 0.270.000.69   0.08
XYZ47.387167.971416.7531
Yxy67.97140.35870.5145
Hunter Lab82.4448-41.681245.6634
CIE-Lab85.9921-43.151168.6781

#abea48 color RGB value is (171,234,72).

#abea48 hex color red value is 171, green value is 234 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #abea48 hue: 0.23 , saturation: 0.79 and the lightness value of abea48 is 0.60.

The process color (four color CMYK) of #abea48 color hex is 0.27, 0.00, 0.69, 0.08. Web safe color of #abea48 is #99ff33. Color #abea48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 01001000
Octal 253 352 110
Decimal 171 234 72
Hex AB EA 48

RGB Percentages of Color #abea48

%35.85
%49.06
%15.09

CMYK Percentages of Color #abea48

%27
%0
%69
%8

Triadic Colors of #abea48

#abea48 #48abea #ea48ab

Analogous Colors of #abea48

#abea48 #5aea48 #ead848

Monochromatic Colors of #abea48

#abea48

Complementary Color

#abea48 #8748ea

#abea48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abea48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abea48 Color CSS Codes

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

#abea48 Text Font Color

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

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


#abea48 Background Color

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

This div background color is #abea48


#abea48 Border Color

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

This div border color is #abea48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abea48


Comments

No comments written yet.

Please login to write comment.