Color Hex Logo

#aebf11 Color Hex

#AEBF11
(174,191,17)
0 Favorites   0 Comments

Color spaces of #aebf11

RGB 17419117
HSL0.180.840.41
HSV66°91°75°
CMYK 0.090.000.91   0.25
XYZ36.187546.30077.5600
Yxy46.30070.40190.5142
Hunter Lab68.0446-24.148241.0439
CIE-Lab73.7402-24.420972.5222

#aebf11 color RGB value is (174,191,17).

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

The process color (four color CMYK) of #aebf11 color hex is 0.09, 0.00, 0.91, 0.25. Web safe color of #aebf11 is #99cc00. Color #aebf11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 00010001
Octal 256 277 21
Decimal 174 191 17
Hex AE BF 11

RGB Percentages of Color #aebf11

%45.55
%50.00
%4.45

CMYK Percentages of Color #aebf11

%9
%0
%91
%25

Triadic Colors of #aebf11

#aebf11 #11aebf #bf11ae

Analogous Colors of #aebf11

#aebf11 #57bf11 #bf7911

Monochromatic Colors of #aebf11

#aebf11

Complementary Color

#aebf11 #2211bf

#aebf11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebf11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebf11 Color CSS Codes

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

#aebf11 Text Font Color

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

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


#aebf11 Background Color

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

This div background color is #aebf11


#aebf11 Border Color

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

This div border color is #aebf11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebf11


Comments

No comments written yet.

Please login to write comment.