Color Hex Logo

#aeb07f Color Hex

#AEB07F
(174,176,127)
0 Favorites   0 Comments

Color spaces of #aeb07f

RGB 174176127
HSL0.170.240.59
HSV62°28°69°
CMYK 0.010.000.28   0.31
XYZ36.811741.581626.1646
Yxy41.58160.35210.3977
Hunter Lab64.4838-10.946821.0815
CIE-Lab70.5815-8.733924.9373

#aeb07f color RGB value is (174,176,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 01111111
Octal 256 260 177
Decimal 174 176 127
Hex AE B0 7F

RGB Percentages of Color #aeb07f

%36.48
%36.90
%26.62

CMYK Percentages of Color #aeb07f

%1
%0
%28
%31

Triadic Colors of #aeb07f

#aeb07f #7faeb0 #b07fae

Analogous Colors of #aeb07f

#aeb07f #96b07f #b09a7f

Monochromatic Colors of #aeb07f

#aeb07f

Complementary Color

#aeb07f #817fb0

#aeb07f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb07f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb07f Color CSS Codes

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

#aeb07f Text Font Color

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

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


#aeb07f Background Color

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

This div background color is #aeb07f


#aeb07f Border Color

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

This div border color is #aeb07f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb07f


Comments

No comments written yet.

Please login to write comment.