Color Hex Logo

#aaaa38 Color Hex

#AAAA38
(170,170,56)
0 Favorites   0 Comments

Color spaces of #aaaa38

RGB 17017056
HSL0.170.500.44
HSV60°67°67°
CMYK 0.000.000.67   0.33
XYZ31.666137.58109.3263
Yxy37.58100.40300.4783
Hunter Lab61.3033-15.077133.8923
CIE-Lab67.7107-14.200456.1671

#aaaa38 color RGB value is (170,170,56).

#aaaa38 hex color red value is 170, green value is 170 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #aaaa38 hue: 0.17 , saturation: 0.50 and the lightness value of aaaa38 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 00111000
Octal 252 252 70
Decimal 170 170 56
Hex AA AA 38

RGB Percentages of Color #aaaa38

%42.93
%42.93
%14.14

CMYK Percentages of Color #aaaa38

%0
%0
%67
%33

Triadic Colors of #aaaa38

#aaaa38 #38aaaa #aa38aa

Analogous Colors of #aaaa38

#aaaa38 #71aa38 #aa7138

Monochromatic Colors of #aaaa38

#aaaa38

Complementary Color

#aaaa38 #3838aa

#aaaa38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaa38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaa38 Color CSS Codes

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

#aaaa38 Text Font Color

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

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


#aaaa38 Background Color

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

This div background color is #aaaa38


#aaaa38 Border Color

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

This div border color is #aaaa38


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,170,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 #aaaa38">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaa38


Comments

No comments written yet.

Please login to write comment.