Color Hex Logo

#abbe3a Color Hex

#ABBE3A
(171,190,58)
0 Favorites   0 Comments

Color spaces of #abbe3a

RGB 17119058
HSL0.190.530.49
HSV69°69°75°
CMYK 0.100.000.69   0.25
XYZ35.971845.790310.9455
Yxy45.79030.38800.4939
Hunter Lab67.6685-23.531437.7777
CIE-Lab73.4093-23.715861.1598

#abbe3a color RGB value is (171,190,58).

#abbe3a hex color red value is 171, green value is 190 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #abbe3a hue: 0.19 , saturation: 0.53 and the lightness value of abbe3a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 00111010
Octal 253 276 72
Decimal 171 190 58
Hex AB BE 3A

RGB Percentages of Color #abbe3a

%40.81
%45.35
%13.84

CMYK Percentages of Color #abbe3a

%10
%0
%69
%25

Triadic Colors of #abbe3a

#abbe3a #3aabbe #be3aab

Analogous Colors of #abbe3a

#abbe3a #69be3a #be8f3a

Monochromatic Colors of #abbe3a

#abbe3a

Complementary Color

#abbe3a #4d3abe

#abbe3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbe3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbe3a Color CSS Codes

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

#abbe3a Text Font Color

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

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


#abbe3a Background Color

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

This div background color is #abbe3a


#abbe3a Border Color

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

This div border color is #abbe3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbe3a


Comments

No comments written yet.

Please login to write comment.