Color Hex Logo

#aeb158 Color Hex

#AEB158
(174,177,88)
0 Favorites   0 Comments

Color spaces of #aeb158

RGB 17417788
HSL0.170.360.52
HSV62°50°69°
CMYK 0.020.000.50   0.31
XYZ34.939241.147515.3333
Yxy41.14750.38220.4501
Hunter Lab64.1463-15.030730.7300
CIE-Lab70.2791-13.718244.7040

#aeb158 color RGB value is (174,177,88).

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

The process color (four color CMYK) of #aeb158 color hex is 0.02, 0.00, 0.50, 0.31. Web safe color of #aeb158 is #999966. Color #aeb158 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 01011000
Octal 256 261 130
Decimal 174 177 88
Hex AE B1 58

RGB Percentages of Color #aeb158

%39.64
%40.32
%20.05

CMYK Percentages of Color #aeb158

%2
%0
%50
%31

Triadic Colors of #aeb158

#aeb158 #58aeb1 #b158ae

Analogous Colors of #aeb158

#aeb158 #82b158 #b18858

Monochromatic Colors of #aeb158

#aeb158

Complementary Color

#aeb158 #5b58b1

#aeb158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb158 Color CSS Codes

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

#aeb158 Text Font Color

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

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


#aeb158 Background Color

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

This div background color is #aeb158


#aeb158 Border Color

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

This div border color is #aeb158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb158


Comments

No comments written yet.

Please login to write comment.