Color Hex Logo

#aeb43d Color Hex

#AEB43D
(174,180,61)
0 Favorites   0 Comments

Color spaces of #aeb43d

RGB 17418061
HSL0.180.490.47
HSV63°66°71°
CMYK 0.030.000.66   0.29
XYZ34.619141.978110.6928
Yxy41.97810.39660.4809
Hunter Lab64.7905-18.006635.5683
CIE-Lab70.8558-17.301057.4786

#aeb43d color RGB value is (174,180,61).

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

The process color (four color CMYK) of #aeb43d color hex is 0.03, 0.00, 0.66, 0.29. Web safe color of #aeb43d is #99cc33. Color #aeb43d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 00111101
Octal 256 264 75
Decimal 174 180 61
Hex AE B4 3D

RGB Percentages of Color #aeb43d

%41.93
%43.37
%14.70

CMYK Percentages of Color #aeb43d

%3
%0
%66
%29

Triadic Colors of #aeb43d

#aeb43d #3daeb4 #b43dae

Analogous Colors of #aeb43d

#aeb43d #73b43d #b47f3d

Monochromatic Colors of #aeb43d

#aeb43d

Complementary Color

#aeb43d #433db4

#aeb43d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb43d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb43d Color CSS Codes

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

#aeb43d Text Font Color

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

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


#aeb43d Background Color

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

This div background color is #aeb43d


#aeb43d Border Color

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

This div border color is #aeb43d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb43d


Comments

No comments written yet.

Please login to write comment.