Color Hex Logo

#aeb038 Color Hex

#AEB038
(174,176,56)
0 Favorites   0 Comments

Color spaces of #aeb038

RGB 17417656
HSL0.170.520.45
HSV61°68°69°
CMYK 0.010.000.68   0.31
XYZ33.694740.33499.7509
Yxy40.33490.40220.4814
Hunter Lab63.5098-16.440035.3538
CIE-Lab69.7074-15.557958.2916

#aeb038 color RGB value is (174,176,56).

#aeb038 hex color red value is 174, green value is 176 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #aeb038 hue: 0.17 , saturation: 0.52 and the lightness value of aeb038 is 0.45.

The process color (four color CMYK) of #aeb038 color hex is 0.01, 0.00, 0.68, 0.31. Web safe color of #aeb038 is #999933. Color #aeb038 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 00111000
Octal 256 260 70
Decimal 174 176 56
Hex AE B0 38

RGB Percentages of Color #aeb038

%42.86
%43.35
%13.79

CMYK Percentages of Color #aeb038

%1
%0
%68
%31

Triadic Colors of #aeb038

#aeb038 #38aeb0 #b038ae

Analogous Colors of #aeb038

#aeb038 #72b038 #b07638

Monochromatic Colors of #aeb038

#aeb038

Complementary Color

#aeb038 #3a38b0

#aeb038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb038 Color CSS Codes

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

#aeb038 Text Font Color

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

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


#aeb038 Background Color

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

This div background color is #aeb038


#aeb038 Border Color

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

This div border color is #aeb038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb038


Comments

No comments written yet.

Please login to write comment.