Color Hex Logo

#aba23d Color Hex

#ABA23D
(171,162,61)
0 Favorites   0 Comments

Color spaces of #aba23d

RGB 17116261
HSL0.150.470.45
HSV55°64°67°
CMYK 0.000.050.64   0.33
XYZ30.557234.83559.5283
Yxy34.83550.40790.4650
Hunter Lab59.0216-10.873231.7435
CIE-Lab65.6204-9.284851.9312

#aba23d color RGB value is (171,162,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100010 00111101
Octal 253 242 75
Decimal 171 162 61
Hex AB A2 3D

RGB Percentages of Color #aba23d

%43.40
%41.12
%15.48

CMYK Percentages of Color #aba23d

%0
%5
%64
%33

Triadic Colors of #aba23d

#aba23d #3daba2 #a23dab

Analogous Colors of #aba23d

#aba23d #7dab3d #ab6b3d

Monochromatic Colors of #aba23d

#aba23d

Complementary Color

#aba23d #3d46ab

#aba23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba23d Color CSS Codes

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

#aba23d Text Font Color

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

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


#aba23d Background Color

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

This div background color is #aba23d


#aba23d Border Color

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

This div border color is #aba23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba23d


Comments

No comments written yet.

Please login to write comment.