Color Hex Logo

#aeb41b Color Hex

#AEB41B
(174,180,27)
0 Favorites   0 Comments

Color spaces of #aeb41b

RGB 17418027
HSL0.170.740.41
HSV62°85°71°
CMYK 0.030.000.85   0.29
XYZ33.974641.72037.2991
Yxy41.72030.40940.5027
Hunter Lab64.5913-19.144838.5138
CIE-Lab70.6777-18.762968.1986

#aeb41b color RGB value is (174,180,27).

#aeb41b hex color red value is 174, green value is 180 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #aeb41b hue: 0.17 , saturation: 0.74 and the lightness value of aeb41b is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 00011011
Octal 256 264 33
Decimal 174 180 27
Hex AE B4 1B

RGB Percentages of Color #aeb41b

%45.67
%47.24
%7.09

CMYK Percentages of Color #aeb41b

%3
%0
%85
%29

Triadic Colors of #aeb41b

#aeb41b #1baeb4 #b41bae

Analogous Colors of #aeb41b

#aeb41b #62b41b #b46e1b

Monochromatic Colors of #aeb41b

#aeb41b

Complementary Color

#aeb41b #211bb4

#aeb41b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb41b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb41b Color CSS Codes

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

#aeb41b Text Font Color

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

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


#aeb41b Background Color

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

This div background color is #aeb41b


#aeb41b Border Color

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

This div border color is #aeb41b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb41b


Comments

No comments written yet.

Please login to write comment.