Color Hex Logo

#a1ae04 Color Hex

#A1AE04
(161,174,4)
0 Favorites   0 Comments

Color spaces of #a1ae04

RGB 1611744
HSL0.180.960.35
HSV65°98°68°
CMYK 0.070.000.98   0.32
XYZ29.855937.85795.8486
Yxy37.85790.40590.5146
Hunter Lab61.5288-21.060937.4343
CIE-Lab67.9158-21.819369.2205

#a1ae04 color RGB value is (161,174,4).

#a1ae04 hex color red value is 161, green value is 174 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #a1ae04 hue: 0.18 , saturation: 0.96 and the lightness value of a1ae04 is 0.35.

The process color (four color CMYK) of #a1ae04 color hex is 0.07, 0.00, 0.98, 0.32. Web safe color of #a1ae04 is #999900. Color #a1ae04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101110 00000100
Octal 241 256 4
Decimal 161 174 4
Hex A1 AE 4

RGB Percentages of Color #a1ae04

%47.49
%51.33
%1.18

CMYK Percentages of Color #a1ae04

%7
%0
%98
%32

Triadic Colors of #a1ae04

#a1ae04 #04a1ae #ae04a1

Analogous Colors of #a1ae04

#a1ae04 #4cae04 #ae6604

Monochromatic Colors of #a1ae04

#a1ae04

Complementary Color

#a1ae04 #1104ae

#a1ae04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ae04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ae04 Color CSS Codes

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

#a1ae04 Text Font Color

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

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


#a1ae04 Background Color

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

This div background color is #a1ae04


#a1ae04 Border Color

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

This div border color is #a1ae04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ae04


Comments

No comments written yet.

Please login to write comment.