Color Hex Logo

#aeb064 Color Hex

#AEB064
(174,176,100)
0 Favorites   0 Comments

Color spaces of #aeb064

RGB 174176100
HSL0.170.320.54
HSV62°43°69°
CMYK 0.010.000.43   0.31
XYZ35.281140.969418.1050
Yxy40.96940.37390.4342
Hunter Lab64.0073-13.622928.0345
CIE-Lab70.1545-12.016338.5633

#aeb064 color RGB value is (174,176,100).

#aeb064 hex color red value is 174, green value is 176 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #aeb064 hue: 0.17 , saturation: 0.32 and the lightness value of aeb064 is 0.54.

The process color (four color CMYK) of #aeb064 color hex is 0.01, 0.00, 0.43, 0.31. Web safe color of #aeb064 is #999966. Color #aeb064 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 01100100
Octal 256 260 144
Decimal 174 176 100
Hex AE B0 64

RGB Percentages of Color #aeb064

%38.67
%39.11
%22.22

CMYK Percentages of Color #aeb064

%1
%0
%43
%31

Triadic Colors of #aeb064

#aeb064 #64aeb0 #b064ae

Analogous Colors of #aeb064

#aeb064 #88b064 #b08c64

Monochromatic Colors of #aeb064

#aeb064

Complementary Color

#aeb064 #6664b0

#aeb064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb064 Color CSS Codes

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

#aeb064 Text Font Color

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

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


#aeb064 Background Color

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

This div background color is #aeb064


#aeb064 Border Color

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

This div border color is #aeb064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb064


Comments

No comments written yet.

Please login to write comment.