Color Hex Logo

#aebd11 Color Hex

#AEBD11
(174,189,17)
0 Favorites   0 Comments

Color spaces of #aebd11

RGB 17418917
HSL0.180.830.40
HSV65°91°74°
CMYK 0.080.000.91   0.26
XYZ35.754345.43437.4156
Yxy45.43430.40350.5128
Hunter Lab67.4050-23.275140.6607
CIE-Lab73.1769-23.444872.0778

#aebd11 color RGB value is (174,189,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 00010001
Octal 256 275 21
Decimal 174 189 17
Hex AE BD 11

RGB Percentages of Color #aebd11

%45.79
%49.74
%4.47

CMYK Percentages of Color #aebd11

%8
%0
%91
%26

Triadic Colors of #aebd11

#aebd11 #11aebd #bd11ae

Analogous Colors of #aebd11

#aebd11 #58bd11 #bd7611

Monochromatic Colors of #aebd11

#aebd11

Complementary Color

#aebd11 #2011bd

#aebd11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebd11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebd11 Color CSS Codes

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

#aebd11 Text Font Color

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

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


#aebd11 Background Color

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

This div background color is #aebd11


#aebd11 Border Color

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

This div border color is #aebd11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebd11


Comments

No comments written yet.

Please login to write comment.