Color Hex Logo

#abec32 Color Hex

#ABEC32
(171,236,50)
0 Favorites   0 Comments

Color spaces of #abec32

RGB 17123650
HSL0.220.830.56
HSV81°79°93°
CMYK 0.280.000.79   0.07
XYZ47.365868.879113.8162
Yxy68.87910.36420.5296
Hunter Lab82.9934-43.365448.2252
CIE-Lab86.4441-45.158876.1263

#abec32 color RGB value is (171,236,50).

#abec32 hex color red value is 171, green value is 236 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #abec32 hue: 0.22 , saturation: 0.83 and the lightness value of abec32 is 0.56.

The process color (four color CMYK) of #abec32 color hex is 0.28, 0.00, 0.79, 0.07. Web safe color of #abec32 is #99ff33. Color #abec32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 00110010
Octal 253 354 62
Decimal 171 236 50
Hex AB EC 32

RGB Percentages of Color #abec32

%37.42
%51.64
%10.94

CMYK Percentages of Color #abec32

%28
%0
%79
%7

Triadic Colors of #abec32

#abec32 #32abec #ec32ab

Analogous Colors of #abec32

#abec32 #4eec32 #ecd032

Monochromatic Colors of #abec32

#abec32

Complementary Color

#abec32 #7332ec

#abec32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abec32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abec32 Color CSS Codes

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

#abec32 Text Font Color

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

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


#abec32 Background Color

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

This div background color is #abec32


#abec32 Border Color

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

This div border color is #abec32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abec32


Comments

No comments written yet.

Please login to write comment.