Color Hex Logo

#aba327 Color Hex

#ABA327
(171,163,39)
0 Favorites   0 Comments

Color spaces of #aba327

RGB 17116339
HSL0.160.630.41
HSV56°77°67°
CMYK 0.000.050.77   0.33
XYZ30.258034.99887.0801
Yxy34.99880.41830.4838
Hunter Lab59.1598-12.233634.3162
CIE-Lab65.7477-10.955360.5196

#aba327 color RGB value is (171,163,39).

#aba327 hex color red value is 171, green value is 163 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #aba327 hue: 0.16 , saturation: 0.63 and the lightness value of aba327 is 0.41.

The process color (four color CMYK) of #aba327 color hex is 0.00, 0.05, 0.77, 0.33. Web safe color of #aba327 is #999933. Color #aba327 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 00100111
Octal 253 243 47
Decimal 171 163 39
Hex AB A3 27

RGB Percentages of Color #aba327

%45.84
%43.70
%10.46

CMYK Percentages of Color #aba327

%0
%5
%77
%33

Triadic Colors of #aba327

#aba327 #27aba3 #a327ab

Analogous Colors of #aba327

#aba327 #71ab27 #ab6127

Monochromatic Colors of #aba327

#aba327

Complementary Color

#aba327 #272fab

#aba327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba327 Color CSS Codes

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

#aba327 Text Font Color

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

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


#aba327 Background Color

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

This div background color is #aba327


#aba327 Border Color

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

This div border color is #aba327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba327


Comments

No comments written yet.

Please login to write comment.