Color Hex Logo

#aeb155 Color Hex

#AEB155
(174,177,85)
0 Favorites   0 Comments

Color spaces of #aeb155

RGB 17417785
HSL0.170.370.51
HSV62°52°69°
CMYK 0.020.000.52   0.31
XYZ34.817441.098814.6921
Yxy41.09880.38430.4536
Hunter Lab64.1083-15.245831.2880
CIE-Lab70.2451-13.988146.1164

#aeb155 color RGB value is (174,177,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 01010101
Octal 256 261 125
Decimal 174 177 85
Hex AE B1 55

RGB Percentages of Color #aeb155

%39.91
%40.60
%19.50

CMYK Percentages of Color #aeb155

%2
%0
%52
%31

Triadic Colors of #aeb155

#aeb155 #55aeb1 #b155ae

Analogous Colors of #aeb155

#aeb155 #80b155 #b18655

Monochromatic Colors of #aeb155

#aeb155

Complementary Color

#aeb155 #5855b1

#aeb155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb155 Color CSS Codes

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

#aeb155 Text Font Color

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

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


#aeb155 Background Color

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

This div background color is #aeb155


#aeb155 Border Color

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

This div border color is #aeb155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb155


Comments

No comments written yet.

Please login to write comment.