Color Hex Logo

#aeb815 Color Hex

#AEB815
(174,184,21)
0 Favorites   0 Comments

Color spaces of #aeb815

RGB 17418421
HSL0.180.800.40
HSV64°89°72°
CMYK 0.050.000.89   0.28
XYZ34.731443.33387.2432
Yxy43.33380.40710.5080
Hunter Lab65.8284-21.022239.5561
CIE-Lab71.7809-20.903070.3088

#aeb815 color RGB value is (174,184,21).

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

The process color (four color CMYK) of #aeb815 color hex is 0.05, 0.00, 0.89, 0.28. Web safe color of #aeb815 is #99cc00. Color #aeb815 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111000 00010101
Octal 256 270 25
Decimal 174 184 21
Hex AE B8 15

RGB Percentages of Color #aeb815

%45.91
%48.55
%5.54

CMYK Percentages of Color #aeb815

%5
%0
%89
%28

Triadic Colors of #aeb815

#aeb815 #15aeb8 #b815ae

Analogous Colors of #aeb815

#aeb815 #5db815 #b87115

Monochromatic Colors of #aeb815

#aeb815

Complementary Color

#aeb815 #1f15b8

#aeb815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb815 Color CSS Codes

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

#aeb815 Text Font Color

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

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


#aeb815 Background Color

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

This div background color is #aeb815


#aeb815 Border Color

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

This div border color is #aeb815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb815


Comments

No comments written yet.

Please login to write comment.