Color Hex Logo

#aebd29 Color Hex

#AEBD29
(174,189,41)
0 Favorites   0 Comments

Color spaces of #aebd29

RGB 17418941
HSL0.180.640.45
HSV66°78°74°
CMYK 0.080.000.78   0.26
XYZ36.053445.55408.9904
Yxy45.55400.39800.5028
Hunter Lab67.4937-22.763939.3480
CIE-Lab73.2552-22.778466.7980

#aebd29 color RGB value is (174,189,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 00101001
Octal 256 275 51
Decimal 174 189 41
Hex AE BD 29

RGB Percentages of Color #aebd29

%43.07
%46.78
%10.15

CMYK Percentages of Color #aebd29

%8
%0
%78
%26

Triadic Colors of #aebd29

#aebd29 #29aebd #bd29ae

Analogous Colors of #aebd29

#aebd29 #64bd29 #bd8229

Monochromatic Colors of #aebd29

#aebd29

Complementary Color

#aebd29 #3829bd

#aebd29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebd29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebd29 Color CSS Codes

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

#aebd29 Text Font Color

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

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


#aebd29 Background Color

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

This div background color is #aebd29


#aebd29 Border Color

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

This div border color is #aebd29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebd29


Comments

No comments written yet.

Please login to write comment.