Color Hex Logo

#aeab26 Color Hex

#AEAB26
(174,171,38)
0 Favorites   0 Comments

Color spaces of #aeab26

RGB 17417138
HSL0.160.640.42
HSV59°78°68°
CMYK 0.000.020.78   0.32
XYZ32.368338.26447.5135
Yxy38.26440.41420.4897
Hunter Lab61.8582-14.848936.0992
CIE-Lab68.2150-13.831063.1649

#aeab26 color RGB value is (174,171,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 00100110
Octal 256 253 46
Decimal 174 171 38
Hex AE AB 26

RGB Percentages of Color #aeab26

%45.43
%44.65
%9.92

CMYK Percentages of Color #aeab26

%0
%2
%78
%32

Triadic Colors of #aeab26

#aeab26 #26aeab #ab26ae

Analogous Colors of #aeab26

#aeab26 #6dae26 #ae6726

Monochromatic Colors of #aeab26

#aeab26

Complementary Color

#aeab26 #2629ae

#aeab26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab26 Color CSS Codes

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

#aeab26 Text Font Color

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

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


#aeab26 Background Color

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

This div background color is #aeab26


#aeab26 Border Color

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

This div border color is #aeab26


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,171,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 #aeab26">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab26


Comments

No comments written yet.

Please login to write comment.