Color Hex Logo

#aeb75b Color Hex

#AEB75B
(174,183,91)
0 Favorites   0 Comments

Color spaces of #aeb75b

RGB 17418391
HSL0.180.390.54
HSV66°50°72°
CMYK 0.050.000.50   0.28
XYZ36.277443.621016.4052
Yxy43.62100.37670.4530
Hunter Lab66.0462-17.535631.5053
CIE-Lab71.9744-16.509945.2567

#aeb75b color RGB value is (174,183,91).

#aeb75b hex color red value is 174, green value is 183 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #aeb75b hue: 0.18 , saturation: 0.39 and the lightness value of aeb75b is 0.54.

The process color (four color CMYK) of #aeb75b color hex is 0.05, 0.00, 0.50, 0.28. Web safe color of #aeb75b is #99cc66. Color #aeb75b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110111 01011011
Octal 256 267 133
Decimal 174 183 91
Hex AE B7 5B

RGB Percentages of Color #aeb75b

%38.84
%40.85
%20.31

CMYK Percentages of Color #aeb75b

%5
%0
%50
%28

Triadic Colors of #aeb75b

#aeb75b #5baeb7 #b75bae

Analogous Colors of #aeb75b

#aeb75b #80b75b #b7925b

Monochromatic Colors of #aeb75b

#aeb75b

Complementary Color

#aeb75b #645bb7

#aeb75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb75b Color CSS Codes

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

#aeb75b Text Font Color

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

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


#aeb75b Background Color

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

This div background color is #aeb75b


#aeb75b Border Color

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

This div border color is #aeb75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb75b


Comments

No comments written yet.

Please login to write comment.