Color Hex Logo

#aeb07b Color Hex

#AEB07B
(174,176,123)
0 Favorites   0 Comments

Color spaces of #aeb07b

RGB 174176123
HSL0.170.250.59
HSV62°30°69°
CMYK 0.010.000.30   0.31
XYZ36.556041.479424.8185
Yxy41.47940.35540.4033
Hunter Lab64.4045-11.391322.2355
CIE-Lab70.5105-9.273726.9849

#aeb07b color RGB value is (174,176,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 01111011
Octal 256 260 173
Decimal 174 176 123
Hex AE B0 7B

RGB Percentages of Color #aeb07b

%36.79
%37.21
%26.00

CMYK Percentages of Color #aeb07b

%1
%0
%30
%31

Triadic Colors of #aeb07b

#aeb07b #7baeb0 #b07bae

Analogous Colors of #aeb07b

#aeb07b #94b07b #b0987b

Monochromatic Colors of #aeb07b

#aeb07b

Complementary Color

#aeb07b #7d7bb0

#aeb07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb07b Color CSS Codes

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

#aeb07b Text Font Color

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

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


#aeb07b Background Color

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

This div background color is #aeb07b


#aeb07b Border Color

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

This div border color is #aeb07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb07b


Comments

No comments written yet.

Please login to write comment.