Color Hex Logo

#abe960 Color Hex

#ABE960
(171,233,96)
0 Favorites   0 Comments

Color spaces of #abe960

RGB 17123396
HSL0.240.760.65
HSV87°59°91°
CMYK 0.270.000.59   0.09
XYZ48.044867.780321.6170
Yxy67.78030.34960.4932
Hunter Lab82.3288-39.907742.0624
CIE-Lab85.8965-40.912959.0093

#abe960 color RGB value is (171,233,96).

#abe960 hex color red value is 171, green value is 233 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #abe960 hue: 0.24 , saturation: 0.76 and the lightness value of abe960 is 0.65.

The process color (four color CMYK) of #abe960 color hex is 0.27, 0.00, 0.59, 0.09. Web safe color of #abe960 is #99ff66. Color #abe960 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101001 01100000
Octal 253 351 140
Decimal 171 233 96
Hex AB E9 60

RGB Percentages of Color #abe960

%34.20
%46.60
%19.20

CMYK Percentages of Color #abe960

%27
%0
%59
%9

Triadic Colors of #abe960

#abe960 #60abe9 #e960ab

Analogous Colors of #abe960

#abe960 #67e960 #e9e360

Monochromatic Colors of #abe960

#abe960

Complementary Color

#abe960 #9e60e9

#abe960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe960 Color CSS Codes

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

#abe960 Text Font Color

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

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


#abe960 Background Color

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

This div background color is #abe960


#abe960 Border Color

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

This div border color is #abe960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe960


Comments

No comments written yet.

Please login to write comment.