Color Hex Logo

#aeb051 Color Hex

#AEB051
(174,176,81)
0 Favorites   0 Comments

Color spaces of #aeb051

RGB 17417681
HSL0.170.380.50
HSV61°54°69°
CMYK 0.010.000.54   0.31
XYZ34.466140.643413.8130
Yxy40.64340.38760.4571
Hunter Lab63.7522-15.064531.7803
CIE-Lab69.9254-13.817247.6534

#aeb051 color RGB value is (174,176,81).

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

The process color (four color CMYK) of #aeb051 color hex is 0.01, 0.00, 0.54, 0.31. Web safe color of #aeb051 is #999966. Color #aeb051 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 01010001
Octal 256 260 121
Decimal 174 176 81
Hex AE B0 51

RGB Percentages of Color #aeb051

%40.37
%40.84
%18.79

CMYK Percentages of Color #aeb051

%1
%0
%54
%31

Triadic Colors of #aeb051

#aeb051 #51aeb0 #b051ae

Analogous Colors of #aeb051

#aeb051 #7fb051 #b08351

Monochromatic Colors of #aeb051

#aeb051

Complementary Color

#aeb051 #5351b0

#aeb051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb051 Color CSS Codes

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

#aeb051 Text Font Color

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

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


#aeb051 Background Color

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

This div background color is #aeb051


#aeb051 Border Color

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

This div border color is #aeb051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb051


Comments

No comments written yet.

Please login to write comment.