Color Hex Logo

#aeac27 Color Hex

#AEAC27
(174,172,39)
0 Favorites   0 Comments

Color spaces of #aeac27

RGB 17417239
HSL0.160.630.42
HSV59°78°68°
CMYK 0.000.010.78   0.32
XYZ32.574338.65027.6628
Yxy38.65020.41290.4899
Hunter Lab62.1693-15.269236.2106
CIE-Lab68.4971-14.307763.1115

#aeac27 color RGB value is (174,172,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 00100111
Octal 256 254 47
Decimal 174 172 39
Hex AE AC 27

RGB Percentages of Color #aeac27

%45.19
%44.68
%10.13

CMYK Percentages of Color #aeac27

%0
%1
%78
%32

Triadic Colors of #aeac27

#aeac27 #27aeac #ac27ae

Analogous Colors of #aeac27

#aeac27 #6dae27 #ae6927

Monochromatic Colors of #aeac27

#aeac27

Complementary Color

#aeac27 #2729ae

#aeac27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeac27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeac27 Color CSS Codes

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

#aeac27 Text Font Color

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

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


#aeac27 Background Color

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

This div background color is #aeac27


#aeac27 Border Color

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

This div border color is #aeac27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeac27


Comments

No comments written yet.

Please login to write comment.