Color Hex Logo

#aba243 Color Hex

#ABA243
(171,162,67)
0 Favorites   0 Comments

Color spaces of #aba243

RGB 17116267
HSL0.150.440.47
HSV55°61°67°
CMYK 0.000.050.61   0.33
XYZ30.728034.903810.4278
Yxy34.90380.40400.4589
Hunter Lab59.0794-10.548830.8906
CIE-Lab65.6737-8.877649.3126

#aba243 color RGB value is (171,162,67).

#aba243 hex color red value is 171, green value is 162 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #aba243 hue: 0.15 , saturation: 0.44 and the lightness value of aba243 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100010 01000011
Octal 253 242 103
Decimal 171 162 67
Hex AB A2 43

RGB Percentages of Color #aba243

%42.75
%40.50
%16.75

CMYK Percentages of Color #aba243

%0
%5
%61
%33

Triadic Colors of #aba243

#aba243 #43aba2 #a243ab

Analogous Colors of #aba243

#aba243 #80ab43 #ab6e43

Monochromatic Colors of #aba243

#aba243

Complementary Color

#aba243 #434cab

#aba243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba243 Color CSS Codes

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

#aba243 Text Font Color

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

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


#aba243 Background Color

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

This div background color is #aba243


#aba243 Border Color

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

This div border color is #aba243


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba243


Comments

No comments written yet.

Please login to write comment.