Color Hex Logo

#a8ae83 Color Hex

#A8AE83
(168,174,131)
0 Favorites   0 Comments

Color spaces of #a8ae83

RGB 168174131
HSL0.190.210.60
HSV68°25°68°
CMYK 0.030.000.25   0.32
XYZ35.381240.235627.3742
Yxy40.23560.34350.3907
Hunter Lab63.4315-11.440518.8152
CIE-Lab69.6370-9.446321.4216

#a8ae83 color RGB value is (168,174,131).

#a8ae83 hex color red value is 168, green value is 174 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #a8ae83 hue: 0.19 , saturation: 0.21 and the lightness value of a8ae83 is 0.60.

The process color (four color CMYK) of #a8ae83 color hex is 0.03, 0.00, 0.25, 0.32. Web safe color of #a8ae83 is #999999. Color #a8ae83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101110 10000011
Octal 250 256 203
Decimal 168 174 131
Hex A8 AE 83

RGB Percentages of Color #a8ae83

%35.52
%36.79
%27.70

CMYK Percentages of Color #a8ae83

%3
%0
%25
%32

Triadic Colors of #a8ae83

#a8ae83 #83a8ae #ae83a8

Analogous Colors of #a8ae83

#a8ae83 #93ae83 #ae9f83

Monochromatic Colors of #a8ae83

#a8ae83

Complementary Color

#a8ae83 #8983ae

#a8ae83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ae83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ae83 Color CSS Codes

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

#a8ae83 Text Font Color

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

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


#a8ae83 Background Color

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

This div background color is #a8ae83


#a8ae83 Border Color

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

This div border color is #a8ae83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ae83


Comments

No comments written yet.

Please login to write comment.