Color Hex Logo

#aeb198 Color Hex

#AEB198
(174,177,152)
0 Favorites   0 Comments

Color spaces of #aeb198

RGB 174177152
HSL0.190.140.65
HSV67°14°69°
CMYK 0.020.000.14   0.31
XYZ38.845242.710035.9022
Yxy42.71000.33070.3636
Hunter Lab65.3529-8.268713.1755
CIE-Lab71.3577-5.488512.4457

#aeb198 color RGB value is (174,177,152).

#aeb198 hex color red value is 174, green value is 177 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #aeb198 hue: 0.19 , saturation: 0.14 and the lightness value of aeb198 is 0.65.

The process color (four color CMYK) of #aeb198 color hex is 0.02, 0.00, 0.14, 0.31. Web safe color of #aeb198 is #999999. Color #aeb198 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 10011000
Octal 256 261 230
Decimal 174 177 152
Hex AE B1 98

RGB Percentages of Color #aeb198

%34.59
%35.19
%30.22

CMYK Percentages of Color #aeb198

%2
%0
%14
%31

Triadic Colors of #aeb198

#aeb198 #98aeb1 #b198ae

Analogous Colors of #aeb198

#aeb198 #a2b198 #b1a898

Monochromatic Colors of #aeb198

#aeb198

Complementary Color

#aeb198 #9b98b1

#aeb198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb198 Color CSS Codes

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

#aeb198 Text Font Color

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

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


#aeb198 Background Color

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

This div background color is #aeb198


#aeb198 Border Color

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

This div border color is #aeb198


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,177,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 #aeb198">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb198


Comments

No comments written yet.

Please login to write comment.