Color Hex Logo

#aebd33 Color Hex

#AEBD33
(174,189,51)
0 Favorites   0 Comments

Color spaces of #aebd33

RGB 17418951
HSL0.180.580.47
HSV67°73°74°
CMYK 0.080.000.73   0.26
XYZ36.250745.632910.0294
Yxy45.63290.39440.4965
Hunter Lab67.5521-22.427238.4838
CIE-Lab73.3067-22.341463.6534

#aebd33 color RGB value is (174,189,51).

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

The process color (four color CMYK) of #aebd33 color hex is 0.08, 0.00, 0.73, 0.26. Web safe color of #aebd33 is #99cc33. Color #aebd33 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 00110011
Octal 256 275 63
Decimal 174 189 51
Hex AE BD 33

RGB Percentages of Color #aebd33

%42.03
%45.65
%12.32

CMYK Percentages of Color #aebd33

%8
%0
%73
%26

Triadic Colors of #aebd33

#aebd33 #33aebd #bd33ae

Analogous Colors of #aebd33

#aebd33 #69bd33 #bd8733

Monochromatic Colors of #aebd33

#aebd33

Complementary Color

#aebd33 #4233bd

#aebd33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebd33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebd33 Color CSS Codes

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

#aebd33 Text Font Color

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

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


#aebd33 Background Color

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

This div background color is #aebd33


#aebd33 Border Color

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

This div border color is #aebd33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebd33


Comments

No comments written yet.

Please login to write comment.