Color Hex Logo

#abae05 Color Hex

#ABAE05
(171,174,5)
0 Favorites   0 Comments

Color spaces of #abae05

RGB 1711745
HSL0.170.940.35
HSV61°97°68°
CMYK 0.020.000.97   0.32
XYZ31.958038.94105.9756
Yxy38.94100.41570.5066
Hunter Lab62.4027-17.790438.0044
CIE-Lab68.7085-17.439770.0450

#abae05 color RGB value is (171,174,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 00000101
Octal 253 256 5
Decimal 171 174 5
Hex AB AE 5

RGB Percentages of Color #abae05

%48.86
%49.71
%1.43

CMYK Percentages of Color #abae05

%2
%0
%97
%32

Triadic Colors of #abae05

#abae05 #05abae #ae05ab

Analogous Colors of #abae05

#abae05 #56ae05 #ae5d05

Monochromatic Colors of #abae05

#abae05

Complementary Color

#abae05 #0805ae

#abae05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abae05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abae05 Color CSS Codes

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

#abae05 Text Font Color

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

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


#abae05 Background Color

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

This div background color is #abae05


#abae05 Border Color

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

This div border color is #abae05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abae05


Comments

No comments written yet.

Please login to write comment.