Color Hex Logo

#abab01 Color Hex

#ABAB01
(171,171,1)
0 Favorites   0 Comments

Color spaces of #abab01

RGB 1711711
HSL0.170.990.34
HSV60°99°67°
CMYK 0.000.000.99   0.33
XYZ31.363037.78595.6691
Yxy37.78590.41920.5050
Hunter Lab61.4702-16.499637.5611
CIE-Lab67.8625-15.964469.9088

#abab01 color RGB value is (171,171,1).

#abab01 hex color red value is 171, green value is 171 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #abab01 hue: 0.17 , saturation: 0.99 and the lightness value of abab01 is 0.34.

The process color (four color CMYK) of #abab01 color hex is 0.00, 0.00, 0.99, 0.33. Web safe color of #abab01 is #999900. Color #abab01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 00000001
Octal 253 253 1
Decimal 171 171 1
Hex AB AB 1

RGB Percentages of Color #abab01

%49.85
%49.85
%0.29

CMYK Percentages of Color #abab01

%0
%0
%99
%33

Triadic Colors of #abab01

#abab01 #01abab #ab01ab

Analogous Colors of #abab01

#abab01 #56ab01 #ab5601

Monochromatic Colors of #abab01

#abab01

Complementary Color

#abab01 #0101ab

#abab01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abab01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abab01 Color CSS Codes

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

#abab01 Text Font Color

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

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


#abab01 Background Color

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

This div background color is #abab01


#abab01 Border Color

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

This div border color is #abab01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abab01


Comments

No comments written yet.

Please login to write comment.