Color Hex Logo

#aeb43c Color Hex

#AEB43C
(174,180,60)
0 Favorites   0 Comments

Color spaces of #aeb43c

RGB 17418060
HSL0.180.500.47
HSV63°67°71°
CMYK 0.030.000.67   0.29
XYZ34.592441.967410.5523
Yxy41.96740.39710.4818
Hunter Lab64.7823-18.053635.6899
CIE-Lab70.8484-17.361157.8718

#aeb43c color RGB value is (174,180,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 00111100
Octal 256 264 74
Decimal 174 180 60
Hex AE B4 3C

RGB Percentages of Color #aeb43c

%42.03
%43.48
%14.49

CMYK Percentages of Color #aeb43c

%3
%0
%67
%29

Triadic Colors of #aeb43c

#aeb43c #3caeb4 #b43cae

Analogous Colors of #aeb43c

#aeb43c #72b43c #b47e3c

Monochromatic Colors of #aeb43c

#aeb43c

Complementary Color

#aeb43c #423cb4

#aeb43c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb43c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb43c Color CSS Codes

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

#aeb43c Text Font Color

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

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


#aeb43c Background Color

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

This div background color is #aeb43c


#aeb43c Border Color

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

This div border color is #aeb43c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,180,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aeb43c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb43c


Comments

No comments written yet.

Please login to write comment.