Color Hex Logo

#aeb73d Color Hex

#AEB73D
(174,183,61)
0 Favorites   0 Comments

Color spaces of #aeb73d

RGB 17418361
HSL0.180.500.48
HSV64°67°72°
CMYK 0.050.000.67   0.28
XYZ35.231343.202610.8969
Yxy43.20260.39440.4836
Hunter Lab65.7287-19.347236.1806
CIE-Lab71.6923-18.813958.3373

#aeb73d color RGB value is (174,183,61).

#aeb73d hex color red value is 174, green value is 183 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #aeb73d hue: 0.18 , saturation: 0.50 and the lightness value of aeb73d is 0.48.

The process color (four color CMYK) of #aeb73d color hex is 0.05, 0.00, 0.67, 0.28. Web safe color of #aeb73d is #99cc33. Color #aeb73d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110111 00111101
Octal 256 267 75
Decimal 174 183 61
Hex AE B7 3D

RGB Percentages of Color #aeb73d

%41.63
%43.78
%14.59

CMYK Percentages of Color #aeb73d

%5
%0
%67
%28

Triadic Colors of #aeb73d

#aeb73d #3daeb7 #b73dae

Analogous Colors of #aeb73d

#aeb73d #71b73d #b7833d

Monochromatic Colors of #aeb73d

#aeb73d

Complementary Color

#aeb73d #463db7

#aeb73d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb73d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb73d Color CSS Codes

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

#aeb73d Text Font Color

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

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


#aeb73d Background Color

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

This div background color is #aeb73d


#aeb73d Border Color

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

This div border color is #aeb73d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb73d


Comments

No comments written yet.

Please login to write comment.