Color Hex Logo

#aebd32 Color Hex

#AEBD32
(174,189,50)
0 Favorites   0 Comments

Color spaces of #aebd32

RGB 17418950
HSL0.180.580.47
HSV66°74°74°
CMYK 0.080.000.74   0.26
XYZ36.228945.62429.9145
Yxy45.62420.39480.4972
Hunter Lab67.5457-22.464438.5793
CIE-Lab73.3010-22.389663.9898

#aebd32 color RGB value is (174,189,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 00110010
Octal 256 275 62
Decimal 174 189 50
Hex AE BD 32

RGB Percentages of Color #aebd32

%42.13
%45.76
%12.11

CMYK Percentages of Color #aebd32

%8
%0
%74
%26

Triadic Colors of #aebd32

#aebd32 #32aebd #bd32ae

Analogous Colors of #aebd32

#aebd32 #69bd32 #bd8732

Monochromatic Colors of #aebd32

#aebd32

Complementary Color

#aebd32 #4132bd

#aebd32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebd32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebd32 Color CSS Codes

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

#aebd32 Text Font Color

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

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


#aebd32 Background Color

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

This div background color is #aebd32


#aebd32 Border Color

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

This div border color is #aebd32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebd32


Comments

No comments written yet.

Please login to write comment.