Color Hex Logo

#abab04 Color Hex

#ABAB04
(171,171,4)
0 Favorites   0 Comments

Color spaces of #abab04

RGB 1711714
HSL0.170.950.34
HSV60°98°67°
CMYK 0.000.000.98   0.33
XYZ31.379437.79255.7557
Yxy37.79250.41880.5044
Hunter Lab61.4756-16.469437.4819
CIE-Lab67.8674-15.925369.5388

#abab04 color RGB value is (171,171,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 00000100
Octal 253 253 4
Decimal 171 171 4
Hex AB AB 4

RGB Percentages of Color #abab04

%49.42
%49.42
%1.16

CMYK Percentages of Color #abab04

%0
%0
%98
%33

Triadic Colors of #abab04

#abab04 #04abab #ab04ab

Analogous Colors of #abab04

#abab04 #57ab04 #ab5804

Monochromatic Colors of #abab04

#abab04

Complementary Color

#abab04 #0404ab

#abab04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abab04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abab04 Color CSS Codes

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

#abab04 Text Font Color

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

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


#abab04 Background Color

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

This div background color is #abab04


#abab04 Border Color

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

This div border color is #abab04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abab04


Comments

No comments written yet.

Please login to write comment.