Color Hex Logo

#aead67 Color Hex

#AEAD67
(174,173,103)
0 Favorites   0 Comments

Color spaces of #aead67

RGB 174173103
HSL0.160.300.54
HSV59°41°68°
CMYK 0.000.010.41   0.32
XYZ34.847339.865118.6900
Yxy39.86510.37310.4268
Hunter Lab63.1388-11.976026.6465
CIE-Lab69.3733-10.128236.0445

#aead67 color RGB value is (174,173,103).

#aead67 hex color red value is 174, green value is 173 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #aead67 hue: 0.16 , saturation: 0.30 and the lightness value of aead67 is 0.54.

The process color (four color CMYK) of #aead67 color hex is 0.00, 0.01, 0.41, 0.32. Web safe color of #aead67 is #999966. Color #aead67 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 01100111
Octal 256 255 147
Decimal 174 173 103
Hex AE AD 67

RGB Percentages of Color #aead67

%38.67
%38.44
%22.89

CMYK Percentages of Color #aead67

%0
%1
%41
%32

Triadic Colors of #aead67

#aead67 #67aead #ad67ae

Analogous Colors of #aead67

#aead67 #8cae67 #ae8a67

Monochromatic Colors of #aead67

#aead67

Complementary Color

#aead67 #6768ae

#aead67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead67 Color CSS Codes

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

#aead67 Text Font Color

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

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


#aead67 Background Color

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

This div background color is #aead67


#aead67 Border Color

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

This div border color is #aead67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead67


Comments

No comments written yet.

Please login to write comment.