Color Hex Logo

#aba04b Color Hex

#ABA04B
(171,160,75)
0 Favorites   0 Comments

Color spaces of #aba04b

RGB 17116075
HSL0.150.390.48
HSV53°56°67°
CMYK 0.000.060.56   0.33
XYZ30.635434.307511.6640
Yxy34.30750.39990.4478
Hunter Lab58.5726-9.140729.1940
CIE-Lab65.2059-7.206445.0243

#aba04b color RGB value is (171,160,75).

#aba04b hex color red value is 171, green value is 160 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #aba04b hue: 0.15 , saturation: 0.39 and the lightness value of aba04b is 0.48.

The process color (four color CMYK) of #aba04b color hex is 0.00, 0.06, 0.56, 0.33. Web safe color of #aba04b is #999933. Color #aba04b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100000 01001011
Octal 253 240 113
Decimal 171 160 75
Hex AB A0 4B

RGB Percentages of Color #aba04b

%42.12
%39.41
%18.47

CMYK Percentages of Color #aba04b

%0
%6
%56
%33

Triadic Colors of #aba04b

#aba04b #4baba0 #a04bab

Analogous Colors of #aba04b

#aba04b #86ab4b #ab704b

Monochromatic Colors of #aba04b

#aba04b

Complementary Color

#aba04b #4b56ab

#aba04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba04b Color CSS Codes

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

#aba04b Text Font Color

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

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


#aba04b Background Color

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

This div background color is #aba04b


#aba04b Border Color

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

This div border color is #aba04b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba04b


Comments

No comments written yet.

Please login to write comment.