Color Hex Logo

#aeae38 Color Hex

#AEAE38
(174,174,56)
0 Favorites   0 Comments

Color spaces of #aeae38

RGB 17417456
HSL0.170.510.45
HSV60°68°68°
CMYK 0.000.000.68   0.32
XYZ33.305439.55639.6211
Yxy39.55630.40380.4796
Hunter Lab62.8938-15.539534.9558
CIE-Lab69.1523-14.533557.7334

#aeae38 color RGB value is (174,174,56).

#aeae38 hex color red value is 174, green value is 174 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #aeae38 hue: 0.17 , saturation: 0.51 and the lightness value of aeae38 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 00111000
Octal 256 256 70
Decimal 174 174 56
Hex AE AE 38

RGB Percentages of Color #aeae38

%43.07
%43.07
%13.86

CMYK Percentages of Color #aeae38

%0
%0
%68
%32

Triadic Colors of #aeae38

#aeae38 #38aeae #ae38ae

Analogous Colors of #aeae38

#aeae38 #73ae38 #ae7338

Monochromatic Colors of #aeae38

#aeae38

Complementary Color

#aeae38 #3838ae

#aeae38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae38 Color CSS Codes

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

#aeae38 Text Font Color

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

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


#aeae38 Background Color

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

This div background color is #aeae38


#aeae38 Border Color

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

This div border color is #aeae38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae38


Comments

No comments written yet.

Please login to write comment.