Color Hex Logo

#aabc38 Color Hex

#AABC38
(170,188,56)
0 Favorites   0 Comments

Color spaces of #aabc38

RGB 17018856
HSL0.190.540.48
HSV68°70°74°
CMYK 0.100.000.70   0.26
XYZ35.274644.798010.5291
Yxy44.79800.38930.4944
Hunter Lab66.9313-23.055537.5249
CIE-Lab72.7587-23.263461.2327

#aabc38 color RGB value is (170,188,56).

#aabc38 hex color red value is 170, green value is 188 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #aabc38 hue: 0.19 , saturation: 0.54 and the lightness value of aabc38 is 0.48.

The process color (four color CMYK) of #aabc38 color hex is 0.10, 0.00, 0.70, 0.26. Web safe color of #aabc38 is #99cc33. Color #aabc38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 00111000
Octal 252 274 70
Decimal 170 188 56
Hex AA BC 38

RGB Percentages of Color #aabc38

%41.06
%45.41
%13.53

CMYK Percentages of Color #aabc38

%10
%0
%70
%26

Triadic Colors of #aabc38

#aabc38 #38aabc #bc38aa

Analogous Colors of #aabc38

#aabc38 #68bc38 #bc8c38

Monochromatic Colors of #aabc38

#aabc38

Complementary Color

#aabc38 #4a38bc

#aabc38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabc38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabc38 Color CSS Codes

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

#aabc38 Text Font Color

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

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


#aabc38 Background Color

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

This div background color is #aabc38


#aabc38 Border Color

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

This div border color is #aabc38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabc38


Comments

No comments written yet.

Please login to write comment.