Color Hex Logo

#aeb138 Color Hex

#AEB138
(174,177,56)
0 Favorites   0 Comments

Color spaces of #aeb138

RGB 17417756
HSL0.170.520.46
HSV61°68°69°
CMYK 0.020.000.68   0.31
XYZ33.891540.72859.8165
Yxy40.72850.40140.4824
Hunter Lab63.8189-16.889335.5533
CIE-Lab69.9853-16.068158.5705

#aeb138 color RGB value is (174,177,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 00111000
Octal 256 261 70
Decimal 174 177 56
Hex AE B1 38

RGB Percentages of Color #aeb138

%42.75
%43.49
%13.76

CMYK Percentages of Color #aeb138

%2
%0
%68
%31

Triadic Colors of #aeb138

#aeb138 #38aeb1 #b138ae

Analogous Colors of #aeb138

#aeb138 #72b138 #b17838

Monochromatic Colors of #aeb138

#aeb138

Complementary Color

#aeb138 #3b38b1

#aeb138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb138 Color CSS Codes

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

#aeb138 Text Font Color

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

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


#aeb138 Background Color

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

This div background color is #aeb138


#aeb138 Border Color

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

This div border color is #aeb138


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,177,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 #aeb138">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb138


Comments

No comments written yet.

Please login to write comment.