Color Hex Logo

#aeb342 Color Hex

#AEB342
(174,179,66)
0 Favorites   0 Comments

Color spaces of #aeb342

RGB 17417966
HSL0.170.460.48
HSV63°63°70°
CMYK 0.030.000.63   0.30
XYZ34.559041.632211.3686
Yxy41.63220.39470.4755
Hunter Lab64.5230-17.309434.7195
CIE-Lab70.6166-16.476755.1618

#aeb342 color RGB value is (174,179,66).

#aeb342 hex color red value is 174, green value is 179 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #aeb342 hue: 0.17 , saturation: 0.46 and the lightness value of aeb342 is 0.48.

The process color (four color CMYK) of #aeb342 color hex is 0.03, 0.00, 0.63, 0.30. Web safe color of #aeb342 is #99cc33. Color #aeb342 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110011 01000010
Octal 256 263 102
Decimal 174 179 66
Hex AE B3 42

RGB Percentages of Color #aeb342

%41.53
%42.72
%15.75

CMYK Percentages of Color #aeb342

%3
%0
%63
%30

Triadic Colors of #aeb342

#aeb342 #42aeb3 #b342ae

Analogous Colors of #aeb342

#aeb342 #76b342 #b38042

Monochromatic Colors of #aeb342

#aeb342

Complementary Color

#aeb342 #4742b3

#aeb342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb342 Color CSS Codes

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

#aeb342 Text Font Color

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

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


#aeb342 Background Color

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

This div background color is #aeb342


#aeb342 Border Color

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

This div border color is #aeb342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb342


Comments

No comments written yet.

Please login to write comment.