Color Hex Logo

#abab68 Color Hex

#ABAB68
(171,171,104)
0 Favorites   0 Comments

Color spaces of #abab68

RGB 171171104
HSL0.170.290.54
HSV60°39°67°
CMYK 0.000.000.39   0.33
XYZ33.856238.783218.7982
Yxy38.78320.37030.4241
Hunter Lab62.2762-11.942425.6965
CIE-Lab68.5939-10.194034.4866

#abab68 color RGB value is (171,171,104).

#abab68 hex color red value is 171, green value is 171 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #abab68 hue: 0.17 , saturation: 0.29 and the lightness value of abab68 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 01101000
Octal 253 253 150
Decimal 171 171 104
Hex AB AB 68

RGB Percentages of Color #abab68

%38.34
%38.34
%23.32

CMYK Percentages of Color #abab68

%0
%0
%39
%33

Triadic Colors of #abab68

#abab68 #68abab #ab68ab

Analogous Colors of #abab68

#abab68 #8aab68 #ab8a68

Monochromatic Colors of #abab68

#abab68

Complementary Color

#abab68 #6868ab

#abab68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abab68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abab68 Color CSS Codes

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

#abab68 Text Font Color

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

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


#abab68 Background Color

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

This div background color is #abab68


#abab68 Border Color

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

This div border color is #abab68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abab68


Comments

No comments written yet.

Please login to write comment.