Color Hex Logo

#aeac26 Color Hex

#AEAC26
(174,172,38)
0 Favorites   0 Comments

Color spaces of #aeac26

RGB 17417238
HSL0.160.640.42
HSV59°78°68°
CMYK 0.000.010.78   0.32
XYZ32.557938.64377.5767
Yxy38.64370.41330.4905
Hunter Lab62.1641-15.299236.2884
CIE-Lab68.4924-14.346063.4138

#aeac26 color RGB value is (174,172,38).

#aeac26 hex color red value is 174, green value is 172 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #aeac26 hue: 0.16 , saturation: 0.64 and the lightness value of aeac26 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 00100110
Octal 256 254 46
Decimal 174 172 38
Hex AE AC 26

RGB Percentages of Color #aeac26

%45.31
%44.79
%9.90

CMYK Percentages of Color #aeac26

%0
%1
%78
%32

Triadic Colors of #aeac26

#aeac26 #26aeac #ac26ae

Analogous Colors of #aeac26

#aeac26 #6cae26 #ae6826

Monochromatic Colors of #aeac26

#aeac26

Complementary Color

#aeac26 #2628ae

#aeac26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeac26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeac26 Color CSS Codes

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

#aeac26 Text Font Color

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

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


#aeac26 Background Color

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

This div background color is #aeac26


#aeac26 Border Color

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

This div border color is #aeac26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeac26


Comments

No comments written yet.

Please login to write comment.