Color Hex Logo

#aeb344 Color Hex

#AEB344
(174,179,68)
0 Favorites   0 Comments

Color spaces of #aeb344

RGB 17417968
HSL0.170.450.48
HSV63°62°70°
CMYK 0.030.000.62   0.30
XYZ34.619041.656211.6847
Yxy41.65620.39360.4736
Hunter Lab64.5416-17.203534.4452
CIE-Lab70.6332-16.342054.3256

#aeb344 color RGB value is (174,179,68).

#aeb344 hex color red value is 174, green value is 179 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #aeb344 hue: 0.17 , saturation: 0.45 and the lightness value of aeb344 is 0.48.

The process color (four color CMYK) of #aeb344 color hex is 0.03, 0.00, 0.62, 0.30. Web safe color of #aeb344 is #99cc33. Color #aeb344 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110011 01000100
Octal 256 263 104
Decimal 174 179 68
Hex AE B3 44

RGB Percentages of Color #aeb344

%41.33
%42.52
%16.15

CMYK Percentages of Color #aeb344

%3
%0
%62
%30

Triadic Colors of #aeb344

#aeb344 #44aeb3 #b344ae

Analogous Colors of #aeb344

#aeb344 #77b344 #b38144

Monochromatic Colors of #aeb344

#aeb344

Complementary Color

#aeb344 #4944b3

#aeb344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb344 Color CSS Codes

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

#aeb344 Text Font Color

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

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


#aeb344 Background Color

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

This div background color is #aeb344


#aeb344 Border Color

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

This div border color is #aeb344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb344


Comments

No comments written yet.

Please login to write comment.