Color Hex Logo

#aead27 Color Hex

#AEAD27
(174,173,39)
0 Favorites   0 Comments

Color spaces of #aead27

RGB 17417339
HSL0.170.630.42
HSV60°78°68°
CMYK 0.000.010.78   0.32
XYZ32.765339.03237.7265
Yxy39.03230.41200.4908
Hunter Lab62.4758-15.718836.4006
CIE-Lab68.7747-14.821563.3618

#aead27 color RGB value is (174,173,39).

#aead27 hex color red value is 174, green value is 173 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #aead27 hue: 0.17 , saturation: 0.63 and the lightness value of aead27 is 0.42.

The process color (four color CMYK) of #aead27 color hex is 0.00, 0.01, 0.78, 0.32. Web safe color of #aead27 is #999933. Color #aead27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 00100111
Octal 256 255 47
Decimal 174 173 39
Hex AE AD 27

RGB Percentages of Color #aead27

%45.08
%44.82
%10.10

CMYK Percentages of Color #aead27

%0
%1
%78
%32

Triadic Colors of #aead27

#aead27 #27aead #ad27ae

Analogous Colors of #aead27

#aead27 #6cae27 #ae6a27

Monochromatic Colors of #aead27

#aead27

Complementary Color

#aead27 #2728ae

#aead27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead27 Color CSS Codes

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

#aead27 Text Font Color

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

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


#aead27 Background Color

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

This div background color is #aead27


#aead27 Border Color

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

This div border color is #aead27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead27


Comments

No comments written yet.

Please login to write comment.