Color Hex Logo

#aba215 Color Hex

#ABA215
(171,162,21)
0 Favorites   0 Comments

Color spaces of #aba215

RGB 17116221
HSL0.160.780.38
HSV56°88°67°
CMYK 0.000.050.88   0.33
XYZ29.850334.55275.8055
Yxy34.55270.42520.4921
Hunter Lab58.7815-12.222335.2914
CIE-Lab65.3989-10.992265.0670

#aba215 color RGB value is (171,162,21).

#aba215 hex color red value is 171, green value is 162 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #aba215 hue: 0.16 , saturation: 0.78 and the lightness value of aba215 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100010 00010101
Octal 253 242 25
Decimal 171 162 21
Hex AB A2 15

RGB Percentages of Color #aba215

%48.31
%45.76
%5.93

CMYK Percentages of Color #aba215

%0
%5
%88
%33

Triadic Colors of #aba215

#aba215 #15aba2 #a215ab

Analogous Colors of #aba215

#aba215 #69ab15 #ab5715

Monochromatic Colors of #aba215

#aba215

Complementary Color

#aba215 #151eab

#aba215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba215 Color CSS Codes

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

#aba215 Text Font Color

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

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


#aba215 Background Color

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

This div background color is #aba215


#aba215 Border Color

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

This div border color is #aba215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba215


Comments

No comments written yet.

Please login to write comment.