Color Hex Logo

#aebc5b Color Hex

#AEBC5B
(174,188,91)
0 Favorites   0 Comments

Color spaces of #aebc5b

RGB 17418891
HSL0.190.420.55
HSV69°52°74°
CMYK 0.070.000.52   0.26
XYZ37.327145.720416.7551
Yxy45.72040.37400.4581
Hunter Lab67.6169-19.790732.6401
CIE-Lab73.3637-19.033346.9007

#aebc5b color RGB value is (174,188,91).

#aebc5b hex color red value is 174, green value is 188 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #aebc5b hue: 0.19 , saturation: 0.42 and the lightness value of aebc5b is 0.55.

The process color (four color CMYK) of #aebc5b color hex is 0.07, 0.00, 0.52, 0.26. Web safe color of #aebc5b is #99cc66. Color #aebc5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 01011011
Octal 256 274 133
Decimal 174 188 91
Hex AE BC 5B

RGB Percentages of Color #aebc5b

%38.41
%41.50
%20.09

CMYK Percentages of Color #aebc5b

%7
%0
%52
%26

Triadic Colors of #aebc5b

#aebc5b #5baebc #bc5bae

Analogous Colors of #aebc5b

#aebc5b #7ebc5b #bc9a5b

Monochromatic Colors of #aebc5b

#aebc5b

Complementary Color

#aebc5b #695bbc

#aebc5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebc5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebc5b Color CSS Codes

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

#aebc5b Text Font Color

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

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


#aebc5b Background Color

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

This div background color is #aebc5b


#aebc5b Border Color

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

This div border color is #aebc5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebc5b


Comments

No comments written yet.

Please login to write comment.