Color Hex Logo

#aeb91b Color Hex

#AEB91B
(174,185,27)
0 Favorites   0 Comments

Color spaces of #aeb91b

RGB 17418527
HSL0.180.750.42
HSV64°85°73°
CMYK 0.060.000.85   0.27
XYZ35.002443.77577.6417
Yxy43.77570.40500.5065
Hunter Lab66.1632-21.353539.4664
CIE-Lab72.0783-21.257469.3618

#aeb91b color RGB value is (174,185,27).

#aeb91b hex color red value is 174, green value is 185 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #aeb91b hue: 0.18 , saturation: 0.75 and the lightness value of aeb91b is 0.42.

The process color (four color CMYK) of #aeb91b color hex is 0.06, 0.00, 0.85, 0.27. Web safe color of #aeb91b is #99cc33. Color #aeb91b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 00011011
Octal 256 271 33
Decimal 174 185 27
Hex AE B9 1B

RGB Percentages of Color #aeb91b

%45.08
%47.93
%6.99

CMYK Percentages of Color #aeb91b

%6
%0
%85
%27

Triadic Colors of #aeb91b

#aeb91b #1baeb9 #b91bae

Analogous Colors of #aeb91b

#aeb91b #5fb91b #b9751b

Monochromatic Colors of #aeb91b

#aeb91b

Complementary Color

#aeb91b #261bb9

#aeb91b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb91b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb91b Color CSS Codes

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

#aeb91b Text Font Color

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

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


#aeb91b Background Color

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

This div background color is #aeb91b


#aeb91b Border Color

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

This div border color is #aeb91b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb91b


Comments

No comments written yet.

Please login to write comment.