Color Hex Logo

#aeb762 Color Hex

#AEB762
(174,183,98)
0 Favorites   0 Comments

Color spaces of #aeb762

RGB 17418398
HSL0.180.370.55
HSV66°46°72°
CMYK 0.050.000.46   0.28
XYZ36.593643.747518.0707
Yxy43.74750.37180.4445
Hunter Lab66.1419-16.991630.1006
CIE-Lab72.0594-15.825441.9171

#aeb762 color RGB value is (174,183,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110111 01100010
Octal 256 267 142
Decimal 174 183 98
Hex AE B7 62

RGB Percentages of Color #aeb762

%38.24
%40.22
%21.54

CMYK Percentages of Color #aeb762

%5
%0
%46
%28

Triadic Colors of #aeb762

#aeb762 #62aeb7 #b762ae

Analogous Colors of #aeb762

#aeb762 #84b762 #b79662

Monochromatic Colors of #aeb762

#aeb762

Complementary Color

#aeb762 #6b62b7

#aeb762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb762 Color CSS Codes

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

#aeb762 Text Font Color

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

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


#aeb762 Background Color

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

This div background color is #aeb762


#aeb762 Border Color

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

This div border color is #aeb762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb762


Comments

No comments written yet.

Please login to write comment.