Color Hex Logo

#aeb074 Color Hex

#AEB074
(174,176,116)
0 Favorites   0 Comments

Color spaces of #aeb074

RGB 174176116
HSL0.170.280.57
HSV62°34°69°
CMYK 0.010.000.34   0.31
XYZ36.133341.310322.5923
Yxy41.31030.36120.4130
Hunter Lab64.2731-12.128124.1504
CIE-Lab70.3928-10.173230.5499

#aeb074 color RGB value is (174,176,116).

#aeb074 hex color red value is 174, green value is 176 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #aeb074 hue: 0.17 , saturation: 0.28 and the lightness value of aeb074 is 0.57.

The process color (four color CMYK) of #aeb074 color hex is 0.01, 0.00, 0.34, 0.31. Web safe color of #aeb074 is #999966. Color #aeb074 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 01110100
Octal 256 260 164
Decimal 174 176 116
Hex AE B0 74

RGB Percentages of Color #aeb074

%37.34
%37.77
%24.89

CMYK Percentages of Color #aeb074

%1
%0
%34
%31

Triadic Colors of #aeb074

#aeb074 #74aeb0 #b074ae

Analogous Colors of #aeb074

#aeb074 #90b074 #b09474

Monochromatic Colors of #aeb074

#aeb074

Complementary Color

#aeb074 #7674b0

#aeb074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb074 Color CSS Codes

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

#aeb074 Text Font Color

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

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


#aeb074 Background Color

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

This div background color is #aeb074


#aeb074 Border Color

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

This div border color is #aeb074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb074


Comments

No comments written yet.

Please login to write comment.