Color Hex Logo

#abae02 Color Hex

#ABAE02
(171,174,2)
0 Favorites   0 Comments

Color spaces of #abae02

RGB 1711742
HSL0.170.980.35
HSV61°99°68°
CMYK 0.020.000.99   0.32
XYZ31.941638.93445.8890
Yxy38.93440.41610.5072
Hunter Lab62.3974-17.820438.0825
CIE-Lab68.7037-17.478570.4057

#abae02 color RGB value is (171,174,2).

#abae02 hex color red value is 171, green value is 174 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #abae02 hue: 0.17 , saturation: 0.98 and the lightness value of abae02 is 0.35.

The process color (four color CMYK) of #abae02 color hex is 0.02, 0.00, 0.99, 0.32. Web safe color of #abae02 is #999900. Color #abae02 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 00000010
Octal 253 256 2
Decimal 171 174 2
Hex AB AE 2

RGB Percentages of Color #abae02

%49.28
%50.14
%0.58

CMYK Percentages of Color #abae02

%2
%0
%99
%32

Triadic Colors of #abae02

#abae02 #02abae #ae02ab

Analogous Colors of #abae02

#abae02 #55ae02 #ae5b02

Monochromatic Colors of #abae02

#abae02

Complementary Color

#abae02 #0502ae

#abae02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abae02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abae02 Color CSS Codes

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

#abae02 Text Font Color

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

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


#abae02 Background Color

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

This div background color is #abae02


#abae02 Border Color

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

This div border color is #abae02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abae02


Comments

No comments written yet.

Please login to write comment.