Color Hex Logo

#aeb742 Color Hex

#AEB742
(174,183,66)
0 Favorites   0 Comments

Color spaces of #aeb742

RGB 17418366
HSL0.180.470.49
HSV65°64°72°
CMYK 0.050.000.64   0.28
XYZ35.372443.259011.6398
Yxy43.25900.39180.4792
Hunter Lab65.7716-19.101735.5474
CIE-Lab71.7304-18.499456.3392

#aeb742 color RGB value is (174,183,66).

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

The process color (four color CMYK) of #aeb742 color hex is 0.05, 0.00, 0.64, 0.28. Web safe color of #aeb742 is #99cc33. Color #aeb742 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110111 01000010
Octal 256 267 102
Decimal 174 183 66
Hex AE B7 42

RGB Percentages of Color #aeb742

%41.13
%43.26
%15.60

CMYK Percentages of Color #aeb742

%5
%0
%64
%28

Triadic Colors of #aeb742

#aeb742 #42aeb7 #b742ae

Analogous Colors of #aeb742

#aeb742 #74b742 #b78642

Monochromatic Colors of #aeb742

#aeb742

Complementary Color

#aeb742 #4b42b7

#aeb742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb742 Color CSS Codes

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

#aeb742 Text Font Color

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

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


#aeb742 Background Color

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

This div background color is #aeb742


#aeb742 Border Color

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

This div border color is #aeb742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb742


Comments

No comments written yet.

Please login to write comment.