Color Hex Logo

#aead68 Color Hex

#AEAD68
(174,173,104)
0 Favorites   0 Comments

Color spaces of #aead68

RGB 174173104
HSL0.160.300.55
HSV59°40°68°
CMYK 0.000.010.40   0.32
XYZ34.897839.885318.9560
Yxy39.88530.37230.4255
Hunter Lab63.1548-11.886226.4124
CIE-Lab69.3878-10.017535.5445

#aead68 color RGB value is (174,173,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 01101000
Octal 256 255 150
Decimal 174 173 104
Hex AE AD 68

RGB Percentages of Color #aead68

%38.58
%38.36
%23.06

CMYK Percentages of Color #aead68

%0
%1
%40
%32

Triadic Colors of #aead68

#aead68 #68aead #ad68ae

Analogous Colors of #aead68

#aead68 #8cae68 #ae8a68

Monochromatic Colors of #aead68

#aead68

Complementary Color

#aead68 #6869ae

#aead68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead68 Color CSS Codes

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

#aead68 Text Font Color

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

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


#aead68 Background Color

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

This div background color is #aead68


#aead68 Border Color

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

This div border color is #aead68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead68


Comments

No comments written yet.

Please login to write comment.