Color Hex Logo

#aebb10 Color Hex

#AEBB10
(174,187,16)
0 Favorites   0 Comments

Color spaces of #aebb10

RGB 17418716
HSL0.180.840.40
HSV65°91°73°
CMYK 0.070.000.91   0.27
XYZ35.319444.57677.2329
Yxy44.57670.40540.5116
Hunter Lab66.7658-22.412840.3130
CIE-Lab72.6123-22.480471.7806

#aebb10 color RGB value is (174,187,16).

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

The process color (four color CMYK) of #aebb10 color hex is 0.07, 0.00, 0.91, 0.27. Web safe color of #aebb10 is #99cc00. Color #aebb10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 00010000
Octal 256 273 20
Decimal 174 187 16
Hex AE BB 10

RGB Percentages of Color #aebb10

%46.15
%49.60
%4.24

CMYK Percentages of Color #aebb10

%7
%0
%91
%27

Triadic Colors of #aebb10

#aebb10 #10aebb #bb10ae

Analogous Colors of #aebb10

#aebb10 #59bb10 #bb7310

Monochromatic Colors of #aebb10

#aebb10

Complementary Color

#aebb10 #1d10bb

#aebb10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebb10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebb10 Color CSS Codes

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

#aebb10 Text Font Color

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

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


#aebb10 Background Color

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

This div background color is #aebb10


#aebb10 Border Color

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

This div border color is #aebb10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebb10


Comments

No comments written yet.

Please login to write comment.