Color Hex Logo

#aeb078 Color Hex

#AEB078
(174,176,120)
0 Favorites   0 Comments

Color spaces of #aeb078

RGB 174176120
HSL0.170.260.58
HSV62°32°69°
CMYK 0.010.000.32   0.31
XYZ36.371141.405423.8444
Yxy41.40540.35790.4074
Hunter Lab64.3470-11.713123.0724
CIE-Lab70.4590-9.665928.5159

#aeb078 color RGB value is (174,176,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 01111000
Octal 256 260 170
Decimal 174 176 120
Hex AE B0 78

RGB Percentages of Color #aeb078

%37.02
%37.45
%25.53

CMYK Percentages of Color #aeb078

%1
%0
%32
%31

Triadic Colors of #aeb078

#aeb078 #78aeb0 #b078ae

Analogous Colors of #aeb078

#aeb078 #92b078 #b09678

Monochromatic Colors of #aeb078

#aeb078

Complementary Color

#aeb078 #7a78b0

#aeb078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb078 Color CSS Codes

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

#aeb078 Text Font Color

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

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


#aeb078 Background Color

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

This div background color is #aeb078


#aeb078 Border Color

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

This div border color is #aeb078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb078


Comments

No comments written yet.

Please login to write comment.