Color Hex Logo

#aeb35f Color Hex

#AEB35F
(174,179,95)
0 Favorites   0 Comments

Color spaces of #aeb35f

RGB 17417995
HSL0.180.360.54
HSV64°47°70°
CMYK 0.030.000.47   0.30
XYZ35.641242.065117.0674
Yxy42.06510.37610.4438
Hunter Lab64.8576-15.409729.7981
CIE-Lab70.9158-14.079442.0183

#aeb35f color RGB value is (174,179,95).

#aeb35f hex color red value is 174, green value is 179 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aeb35f hue: 0.18 , saturation: 0.36 and the lightness value of aeb35f is 0.54.

The process color (four color CMYK) of #aeb35f color hex is 0.03, 0.00, 0.47, 0.30. Web safe color of #aeb35f is #99cc66. Color #aeb35f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110011 01011111
Octal 256 263 137
Decimal 174 179 95
Hex AE B3 5F

RGB Percentages of Color #aeb35f

%38.84
%39.96
%21.21

CMYK Percentages of Color #aeb35f

%3
%0
%47
%30

Triadic Colors of #aeb35f

#aeb35f #5faeb3 #b35fae

Analogous Colors of #aeb35f

#aeb35f #84b35f #b38e5f

Monochromatic Colors of #aeb35f

#aeb35f

Complementary Color

#aeb35f #645fb3

#aeb35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb35f Color CSS Codes

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

#aeb35f Text Font Color

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

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


#aeb35f Background Color

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

This div background color is #aeb35f


#aeb35f Border Color

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

This div border color is #aeb35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb35f


Comments

No comments written yet.

Please login to write comment.