Color Hex Logo

#abce32 Color Hex

#ABCE32
(171,206,50)
0 Favorites   0 Comments

Color spaces of #abce32

RGB 17120650
HSL0.200.610.50
HSV73°76°81°
CMYK 0.170.000.76   0.19
XYZ39.441653.030811.1748
Yxy53.03080.38050.5116
Hunter Lab72.8222-30.760741.8773
CIE-Lab77.8932-31.769368.2458

#abce32 color RGB value is (171,206,50).

#abce32 hex color red value is 171, green value is 206 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #abce32 hue: 0.20 , saturation: 0.61 and the lightness value of abce32 is 0.50.

The process color (four color CMYK) of #abce32 color hex is 0.17, 0.00, 0.76, 0.19. Web safe color of #abce32 is #99cc33. Color #abce32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001110 00110010
Octal 253 316 62
Decimal 171 206 50
Hex AB CE 32

RGB Percentages of Color #abce32

%40.05
%48.24
%11.71

CMYK Percentages of Color #abce32

%17
%0
%76
%19

Triadic Colors of #abce32

#abce32 #32abce #ce32ab

Analogous Colors of #abce32

#abce32 #5dce32 #cea332

Monochromatic Colors of #abce32

#abce32

Complementary Color

#abce32 #5532ce

#abce32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abce32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abce32 Color CSS Codes

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

#abce32 Text Font Color

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

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


#abce32 Background Color

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

This div background color is #abce32


#abce32 Border Color

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

This div border color is #abce32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abce32


Comments

No comments written yet.

Please login to write comment.