Color Hex Logo

#abbe41 Color Hex

#ABBE41
(171,190,65)
0 Favorites   0 Comments

Color spaces of #abbe41

RGB 17119065
HSL0.190.490.50
HSV69°66°75°
CMYK 0.100.000.66   0.25
XYZ36.162245.866511.9482
Yxy45.86650.38480.4881
Hunter Lab67.7248-23.206936.9473
CIE-Lab73.4588-23.292458.4882

#abbe41 color RGB value is (171,190,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 01000001
Octal 253 276 101
Decimal 171 190 65
Hex AB BE 41

RGB Percentages of Color #abbe41

%40.14
%44.60
%15.26

CMYK Percentages of Color #abbe41

%10
%0
%66
%25

Triadic Colors of #abbe41

#abbe41 #41abbe #be41ab

Analogous Colors of #abbe41

#abbe41 #6dbe41 #be9341

Monochromatic Colors of #abbe41

#abbe41

Complementary Color

#abbe41 #5441be

#abbe41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbe41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbe41 Color CSS Codes

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

#abbe41 Text Font Color

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

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


#abbe41 Background Color

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

This div background color is #abbe41


#abbe41 Border Color

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

This div border color is #abbe41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbe41


Comments

No comments written yet.

Please login to write comment.