Color Hex Logo

#aebc11 Color Hex

#AEBC11
(174,188,17)
0 Favorites   0 Comments

Color spaces of #aebc11

RGB 17418817
HSL0.180.830.40
HSV65°91°74°
CMYK 0.070.000.91   0.26
XYZ35.540045.00567.3441
Yxy45.00560.40440.5121
Hunter Lab67.0862-22.837640.4697
CIE-Lab72.8956-22.954671.8560

#aebc11 color RGB value is (174,188,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 00010001
Octal 256 274 21
Decimal 174 188 17
Hex AE BC 11

RGB Percentages of Color #aebc11

%45.91
%49.60
%4.49

CMYK Percentages of Color #aebc11

%7
%0
%91
%26

Triadic Colors of #aebc11

#aebc11 #11aebc #bc11ae

Analogous Colors of #aebc11

#aebc11 #58bc11 #bc7511

Monochromatic Colors of #aebc11

#aebc11

Complementary Color

#aebc11 #1f11bc

#aebc11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebc11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebc11 Color CSS Codes

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

#aebc11 Text Font Color

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

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


#aebc11 Background Color

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

This div background color is #aebc11


#aebc11 Border Color

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

This div border color is #aebc11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebc11


Comments

No comments written yet.

Please login to write comment.