Color Hex Logo

#aeb798 Color Hex

#AEB798
(174,183,152)
0 Favorites   0 Comments

Color spaces of #aeb798

RGB 174183152
HSL0.220.180.66
HSV77°17°72°
CMYK 0.050.000.17   0.28
XYZ40.056545.132636.3060
Yxy45.13260.32970.3715
Hunter Lab67.1808-11.135914.9849
CIE-Lab72.9791-8.660014.7252

#aeb798 color RGB value is (174,183,152).

#aeb798 hex color red value is 174, green value is 183 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #aeb798 hue: 0.22 , saturation: 0.18 and the lightness value of aeb798 is 0.66.

The process color (four color CMYK) of #aeb798 color hex is 0.05, 0.00, 0.17, 0.28. Web safe color of #aeb798 is #99cc99. Color #aeb798 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110111 10011000
Octal 256 267 230
Decimal 174 183 152
Hex AE B7 98

RGB Percentages of Color #aeb798

%34.18
%35.95
%29.86

CMYK Percentages of Color #aeb798

%5
%0
%17
%28

Triadic Colors of #aeb798

#aeb798 #98aeb7 #b798ae

Analogous Colors of #aeb798

#aeb798 #9fb798 #b7b198

Monochromatic Colors of #aeb798

#aeb798

Complementary Color

#aeb798 #a198b7

#aeb798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb798 Color CSS Codes

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

#aeb798 Text Font Color

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

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


#aeb798 Background Color

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

This div background color is #aeb798


#aeb798 Border Color

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

This div border color is #aeb798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb798

#aeb798 Color Palettes


Comments

No comments written yet.

Please login to write comment.