Color Hex Logo

#aba238 Color Hex

#ABA238
(171,162,56)
0 Favorites   0 Comments

Color spaces of #aba238

RGB 17116256
HSL0.150.510.45
HSV55°67°67°
CMYK 0.000.050.67   0.33
XYZ30.428734.78418.8516
Yxy34.78410.41080.4696
Hunter Lab58.9780-11.117632.3862
CIE-Lab65.5802-9.592554.0158

#aba238 color RGB value is (171,162,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100010 00111000
Octal 253 242 70
Decimal 171 162 56
Hex AB A2 38

RGB Percentages of Color #aba238

%43.96
%41.65
%14.40

CMYK Percentages of Color #aba238

%0
%5
%67
%33

Triadic Colors of #aba238

#aba238 #38aba2 #a238ab

Analogous Colors of #aba238

#aba238 #7bab38 #ab6938

Monochromatic Colors of #aba238

#aba238

Complementary Color

#aba238 #3841ab

#aba238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba238 Color CSS Codes

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

#aba238 Text Font Color

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

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


#aba238 Background Color

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

This div background color is #aba238


#aba238 Border Color

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

This div border color is #aba238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba238


Comments

No comments written yet.

Please login to write comment.