Color Hex Logo

#aeb915 Color Hex

#AEB915
(174,185,21)
0 Favorites   0 Comments

Color spaces of #aeb915

RGB 17418521
HSL0.180.800.40
HSV64°89°73°
CMYK 0.060.000.89   0.27
XYZ34.939943.75077.3127
Yxy43.75070.40630.5087
Hunter Lab66.1443-21.462239.7461
CIE-Lab72.0615-21.398670.5343

#aeb915 color RGB value is (174,185,21).

#aeb915 hex color red value is 174, green value is 185 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #aeb915 hue: 0.18 , saturation: 0.80 and the lightness value of aeb915 is 0.40.

The process color (four color CMYK) of #aeb915 color hex is 0.06, 0.00, 0.89, 0.27. Web safe color of #aeb915 is #99cc00. Color #aeb915 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 00010101
Octal 256 271 25
Decimal 174 185 21
Hex AE B9 15

RGB Percentages of Color #aeb915

%45.79
%48.68
%5.53

CMYK Percentages of Color #aeb915

%6
%0
%89
%27

Triadic Colors of #aeb915

#aeb915 #15aeb9 #b915ae

Analogous Colors of #aeb915

#aeb915 #5cb915 #b97215

Monochromatic Colors of #aeb915

#aeb915

Complementary Color

#aeb915 #2015b9

#aeb915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb915 Color CSS Codes

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

#aeb915 Text Font Color

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

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


#aeb915 Background Color

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

This div background color is #aeb915


#aeb915 Border Color

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

This div border color is #aeb915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb915


Comments

No comments written yet.

Please login to write comment.