Color Hex Logo

#abab55 Color Hex

#ABAB55
(171,171,85)
0 Favorites   0 Comments

Color spaces of #abab55

RGB 17117185
HSL0.170.340.50
HSV60°50°67°
CMYK 0.000.000.50   0.33
XYZ32.997238.439614.2748
Yxy38.43960.38500.4485
Hunter Lab61.9997-13.498929.7489
CIE-Lab68.3434-12.137343.8181

#abab55 color RGB value is (171,171,85).

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

The process color (four color CMYK) of #abab55 color hex is 0.00, 0.00, 0.50, 0.33. Web safe color of #abab55 is #999966. Color #abab55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 01010101
Octal 253 253 125
Decimal 171 171 85
Hex AB AB 55

RGB Percentages of Color #abab55

%40.05
%40.05
%19.91

CMYK Percentages of Color #abab55

%0
%0
%50
%33

Triadic Colors of #abab55

#abab55 #55abab #ab55ab

Analogous Colors of #abab55

#abab55 #80ab55 #ab8055

Monochromatic Colors of #abab55

#abab55

Complementary Color

#abab55 #5555ab

#abab55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abab55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abab55 Color CSS Codes

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

#abab55 Text Font Color

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

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


#abab55 Background Color

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

This div background color is #abab55


#abab55 Border Color

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

This div border color is #abab55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abab55


Comments

No comments written yet.

Please login to write comment.