Color Hex Logo

#aba702 Color Hex

#ABA702
(171,167,2)
0 Favorites   0 Comments

Color spaces of #aba702

RGB 1711672
HSL0.160.980.34
HSV59°99°67°
CMYK 0.000.020.99   0.33
XYZ30.624336.29975.4499
Yxy36.29970.42310.5016
Hunter Lab60.2492-14.705736.8113
CIE-Lab66.7483-13.895968.9629

#aba702 color RGB value is (171,167,2).

#aba702 hex color red value is 171, green value is 167 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #aba702 hue: 0.16 , saturation: 0.98 and the lightness value of aba702 is 0.34.

The process color (four color CMYK) of #aba702 color hex is 0.00, 0.02, 0.99, 0.33. Web safe color of #aba702 is #999900. Color #aba702 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 00000010
Octal 253 247 2
Decimal 171 167 2
Hex AB A7 2

RGB Percentages of Color #aba702

%50.29
%49.12
%0.59

CMYK Percentages of Color #aba702

%0
%2
%99
%33

Triadic Colors of #aba702

#aba702 #02aba7 #a702ab

Analogous Colors of #aba702

#aba702 #5bab02 #ab5202

Monochromatic Colors of #aba702

#aba702

Complementary Color

#aba702 #0206ab

#aba702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba702 Color CSS Codes

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

#aba702 Text Font Color

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

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


#aba702 Background Color

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

This div background color is #aba702


#aba702 Border Color

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

This div border color is #aba702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba702


Comments

No comments written yet.

Please login to write comment.