Color Hex Logo

#aeb948 Color Hex

#AEB948
(174,185,72)
0 Favorites   0 Comments

Color spaces of #aeb948

RGB 17418572
HSL0.180.450.50
HSV66°61°73°
CMYK 0.060.000.61   0.27
XYZ35.974244.164512.7594
Yxy44.16450.38720.4754
Hunter Lab66.4564-19.672935.1360
CIE-Lab72.3383-19.091654.4366

#aeb948 color RGB value is (174,185,72).

#aeb948 hex color red value is 174, green value is 185 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #aeb948 hue: 0.18 , saturation: 0.45 and the lightness value of aeb948 is 0.50.

The process color (four color CMYK) of #aeb948 color hex is 0.06, 0.00, 0.61, 0.27. Web safe color of #aeb948 is #99cc33. Color #aeb948 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 01001000
Octal 256 271 110
Decimal 174 185 72
Hex AE B9 48

RGB Percentages of Color #aeb948

%40.37
%42.92
%16.71

CMYK Percentages of Color #aeb948

%6
%0
%61
%27

Triadic Colors of #aeb948

#aeb948 #48aeb9 #b948ae

Analogous Colors of #aeb948

#aeb948 #76b948 #b98c48

Monochromatic Colors of #aeb948

#aeb948

Complementary Color

#aeb948 #5348b9

#aeb948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb948 Color CSS Codes

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

#aeb948 Text Font Color

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

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


#aeb948 Background Color

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

This div background color is #aeb948


#aeb948 Border Color

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

This div border color is #aeb948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb948


Comments

No comments written yet.

Please login to write comment.