Color Hex Logo

#aba398 Color Hex

#ABA398
(171,163,152)
0 Favorites   0 Comments

Color spaces of #aba398

RGB 171163152
HSL0.100.100.63
HSV35°11°67°
CMYK 0.000.050.11   0.33
XYZ35.559337.119334.9963
Yxy37.11930.33020.3447
Hunter Lab60.9256-2.43818.5911
CIE-Lab67.36640.94316.7363

#aba398 color RGB value is (171,163,152).

#aba398 hex color red value is 171, green value is 163 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #aba398 hue: 0.10 , saturation: 0.10 and the lightness value of aba398 is 0.63.

The process color (four color CMYK) of #aba398 color hex is 0.00, 0.05, 0.11, 0.33. Web safe color of #aba398 is #999999. Color #aba398 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 10011000
Octal 253 243 230
Decimal 171 163 152
Hex AB A3 98

RGB Percentages of Color #aba398

%35.19
%33.54
%31.28

CMYK Percentages of Color #aba398

%0
%5
%11
%33

Triadic Colors of #aba398

#aba398 #98aba3 #a398ab

Analogous Colors of #aba398

#aba398 #aaab98 #ab9a98

Monochromatic Colors of #aba398

#aba398

Complementary Color

#aba398 #98a0ab

#aba398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba398 Color CSS Codes

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

#aba398 Text Font Color

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

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


#aba398 Background Color

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

This div background color is #aba398


#aba398 Border Color

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

This div border color is #aba398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba398


Comments

No comments written yet.

Please login to write comment.