Color Hex Logo

#aabf38 Color Hex

#AABF38
(170,191,56)
0 Favorites   0 Comments

Color spaces of #aabf38

RGB 17019156
HSL0.190.550.48
HSV69°71°75°
CMYK 0.110.000.71   0.25
XYZ35.922246.093210.7450
Yxy46.09320.38730.4969
Hunter Lab67.8920-24.365138.1408
CIE-Lab73.6060-24.730062.0703

#aabf38 color RGB value is (170,191,56).

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

The process color (four color CMYK) of #aabf38 color hex is 0.11, 0.00, 0.71, 0.25. Web safe color of #aabf38 is #99cc33. Color #aabf38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 00111000
Octal 252 277 70
Decimal 170 191 56
Hex AA BF 38

RGB Percentages of Color #aabf38

%40.77
%45.80
%13.43

CMYK Percentages of Color #aabf38

%11
%0
%71
%25

Triadic Colors of #aabf38

#aabf38 #38aabf #bf38aa

Analogous Colors of #aabf38

#aabf38 #67bf38 #bf9138

Monochromatic Colors of #aabf38

#aabf38

Complementary Color

#aabf38 #4d38bf

#aabf38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabf38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabf38 Color CSS Codes

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

#aabf38 Text Font Color

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

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


#aabf38 Background Color

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

This div background color is #aabf38


#aabf38 Border Color

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

This div border color is #aabf38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabf38


Comments

No comments written yet.

Please login to write comment.