Color Hex Logo

#aeb510 Color Hex

#AEB510
(174,181,16)
0 Favorites   0 Comments

Color spaces of #aeb510

RGB 17418116
HSL0.170.840.39
HSV63°91°71°
CMYK 0.040.000.91   0.29
XYZ34.073042.08386.8174
Yxy42.08380.41060.5072
Hunter Lab64.8720-19.771839.1796
CIE-Lab70.9287-19.502570.4595

#aeb510 color RGB value is (174,181,16).

#aeb510 hex color red value is 174, green value is 181 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #aeb510 hue: 0.17 , saturation: 0.84 and the lightness value of aeb510 is 0.39.

The process color (four color CMYK) of #aeb510 color hex is 0.04, 0.00, 0.91, 0.29. Web safe color of #aeb510 is #99cc00. Color #aeb510 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110101 00010000
Octal 256 265 20
Decimal 174 181 16
Hex AE B5 10

RGB Percentages of Color #aeb510

%46.90
%48.79
%4.31

CMYK Percentages of Color #aeb510

%4
%0
%91
%29

Triadic Colors of #aeb510

#aeb510 #10aeb5 #b510ae

Analogous Colors of #aeb510

#aeb510 #5cb510 #b56a10

Monochromatic Colors of #aeb510

#aeb510

Complementary Color

#aeb510 #1710b5

#aeb510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb510 Color CSS Codes

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

#aeb510 Text Font Color

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

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


#aeb510 Background Color

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

This div background color is #aeb510


#aeb510 Border Color

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

This div border color is #aeb510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb510


Comments

No comments written yet.

Please login to write comment.