Color Hex Logo

#aebd41 Color Hex

#AEBD41
(174,189,65)
0 Favorites   0 Comments

Color spaces of #aebd41

RGB 17418965
HSL0.190.490.50
HSV67°66°74°
CMYK 0.080.000.66   0.26
XYZ36.607345.775511.9072
Yxy45.77550.38820.4855
Hunter Lab67.6576-21.820336.9257
CIE-Lab73.3996-21.556858.4958

#aebd41 color RGB value is (174,189,65).

#aebd41 hex color red value is 174, green value is 189 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #aebd41 hue: 0.19 , saturation: 0.49 and the lightness value of aebd41 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 01000001
Octal 256 275 101
Decimal 174 189 65
Hex AE BD 41

RGB Percentages of Color #aebd41

%40.65
%44.16
%15.19

CMYK Percentages of Color #aebd41

%8
%0
%66
%26

Triadic Colors of #aebd41

#aebd41 #41aebd #bd41ae

Analogous Colors of #aebd41

#aebd41 #70bd41 #bd8e41

Monochromatic Colors of #aebd41

#aebd41

Complementary Color

#aebd41 #5041bd

#aebd41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebd41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebd41 Color CSS Codes

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

#aebd41 Text Font Color

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

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


#aebd41 Background Color

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

This div background color is #aebd41


#aebd41 Border Color

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

This div border color is #aebd41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebd41


Comments

No comments written yet.

Please login to write comment.