Color Hex Logo

#aeb328 Color Hex

#AEB328
(174,179,40)
0 Favorites   0 Comments

Color spaces of #aeb328

RGB 17417940
HSL0.170.630.43
HSV62°78°70°
CMYK 0.030.000.78   0.30
XYZ33.958741.39218.2071
Yxy41.39210.40640.4954
Hunter Lab64.3367-18.371937.4724
CIE-Lab70.4498-17.836064.5676

#aeb328 color RGB value is (174,179,40).

#aeb328 hex color red value is 174, green value is 179 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #aeb328 hue: 0.17 , saturation: 0.63 and the lightness value of aeb328 is 0.43.

The process color (four color CMYK) of #aeb328 color hex is 0.03, 0.00, 0.78, 0.30. Web safe color of #aeb328 is #99cc33. Color #aeb328 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110011 00101000
Octal 256 263 50
Decimal 174 179 40
Hex AE B3 28

RGB Percentages of Color #aeb328

%44.27
%45.55
%10.18

CMYK Percentages of Color #aeb328

%3
%0
%78
%30

Triadic Colors of #aeb328

#aeb328 #28aeb3 #b328ae

Analogous Colors of #aeb328

#aeb328 #69b328 #b37328

Monochromatic Colors of #aeb328

#aeb328

Complementary Color

#aeb328 #2d28b3

#aeb328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb328 Color CSS Codes

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

#aeb328 Text Font Color

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

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


#aeb328 Background Color

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

This div background color is #aeb328


#aeb328 Border Color

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

This div border color is #aeb328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb328


Comments

No comments written yet.

Please login to write comment.