color codes Logo

#aeb82d color codes

#AEB82D
(174,184,45)
0 Favorites   0 Comments

Color spaces of #aeb82d

RGB 17418445
HSL0.180.610.45
HSV64°76°72°
CMYK 0.050.000.76   0.28
XYZ35.069743.46919.0246
Yxy43.46910.40050.4964
Hunter Lab65.9311-20.432738.0362
CIE-Lab71.8722-20.139564.3032

#aeb82d color RGB value is (174,184,45).

#aeb82d hex color red value is 174, green value is 184 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #aeb82d hue: 0.18 , saturation: 0.61 and the lightness value of aeb82d is 0.45.

The process color (four color CMYK) of #aeb82d color code is 0.05, 0.00, 0.76, 0.28. Web safe color of #aeb82d is #99cc33. Color #aeb82d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111000 00101101
Octal 256 270 55
Decimal 174 184 45
Hex AE B8 2D

RGB Percentages of Color #aeb82d

%43.18
%45.66
%11.17

CMYK Percentages of Color #aeb82d

%5
%0
%76
%28

Triadic Colors of #aeb82d

#aeb82d #2daeb8 #b82dae

Analogous Colors of #aeb82d

#aeb82d #69b82d #b87d2d

Monochromatic Colors of #aeb82d

#aeb82d

Complementary Color

#aeb82d #372db8

#aeb82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb82d Color CSS Codes

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

#aeb82d Text Font Color

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

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


#aeb82d Background Color

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

This div background color is #aeb82d


#aeb82d Border Color

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

This div border color is #aeb82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb82d


Comments

No comments written yet.

Please login to write comment.