Color Hex Logo

#aeb845 Color Hex

#AEB845
(174,184,69)
0 Favorites   0 Comments

Color spaces of #aeb845

RGB 17418469
HSL0.180.450.50
HSV65°63°72°
CMYK 0.050.000.63   0.28
XYZ35.670243.709312.1869
Yxy43.70930.38960.4774
Hunter Lab66.1130-19.391035.3499
CIE-Lab72.0338-18.800555.3977

#aeb845 color RGB value is (174,184,69).

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

The process color (four color CMYK) of #aeb845 color hex is 0.05, 0.00, 0.63, 0.28. Web safe color of #aeb845 is #99cc33. Color #aeb845 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111000 01000101
Octal 256 270 105
Decimal 174 184 69
Hex AE B8 45

RGB Percentages of Color #aeb845

%40.75
%43.09
%16.16

CMYK Percentages of Color #aeb845

%5
%0
%63
%28

Triadic Colors of #aeb845

#aeb845 #45aeb8 #b845ae

Analogous Colors of #aeb845

#aeb845 #75b845 #b88945

Monochromatic Colors of #aeb845

#aeb845

Complementary Color

#aeb845 #4f45b8

#aeb845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb845 Color CSS Codes

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

#aeb845 Text Font Color

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

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


#aeb845 Background Color

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

This div background color is #aeb845


#aeb845 Border Color

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

This div border color is #aeb845


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb845


Comments

No comments written yet.

Please login to write comment.