Color Hex Logo

#abea45 Color Hex

#ABEA45
(171,234,69)
0 Favorites   0 Comments

Color spaces of #abea45

RGB 17123469
HSL0.230.800.59
HSV83°71°92°
CMYK 0.270.000.71   0.08
XYZ47.291667.933216.2501
Yxy67.93320.35970.5167
Hunter Lab82.4216-41.818646.0056
CIE-Lab85.9730-43.335269.7286

#abea45 color RGB value is (171,234,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 01000101
Octal 253 352 105
Decimal 171 234 69
Hex AB EA 45

RGB Percentages of Color #abea45

%36.08
%49.37
%14.56

CMYK Percentages of Color #abea45

%27
%0
%71
%8

Triadic Colors of #abea45

#abea45 #45abea #ea45ab

Analogous Colors of #abea45

#abea45 #59ea45 #ead745

Monochromatic Colors of #abea45

#abea45

Complementary Color

#abea45 #8445ea

#abea45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abea45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abea45 Color CSS Codes

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

#abea45 Text Font Color

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

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


#abea45 Background Color

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

This div background color is #abea45


#abea45 Border Color

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

This div border color is #abea45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abea45


Comments

No comments written yet.

Please login to write comment.