Color Hex Logo

#aeba68 Color Hex

#AEBA68
(174,186,104)
0 Favorites   0 Comments

Color spaces of #aeba68

RGB 174186104
HSL0.190.370.57
HSV69°44°73°
CMYK 0.060.000.44   0.27
XYZ37.513245.116019.8278
Yxy45.11600.36610.4403
Hunter Lab67.1684-17.853529.5158
CIE-Lab72.9682-16.720940.0313

#aeba68 color RGB value is (174,186,104).

#aeba68 hex color red value is 174, green value is 186 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #aeba68 hue: 0.19 , saturation: 0.37 and the lightness value of aeba68 is 0.57.

The process color (four color CMYK) of #aeba68 color hex is 0.06, 0.00, 0.44, 0.27. Web safe color of #aeba68 is #99cc66. Color #aeba68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 01101000
Octal 256 272 150
Decimal 174 186 104
Hex AE BA 68

RGB Percentages of Color #aeba68

%37.50
%40.09
%22.41

CMYK Percentages of Color #aeba68

%6
%0
%44
%27

Triadic Colors of #aeba68

#aeba68 #68aeba #ba68ae

Analogous Colors of #aeba68

#aeba68 #85ba68 #ba9d68

Monochromatic Colors of #aeba68

#aeba68

Complementary Color

#aeba68 #7468ba

#aeba68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeba68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeba68 Color CSS Codes

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

#aeba68 Text Font Color

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

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


#aeba68 Background Color

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

This div background color is #aeba68


#aeba68 Border Color

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

This div border color is #aeba68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeba68


Comments

No comments written yet.

Please login to write comment.