Color Hex Logo

#aeb83f Color Hex

#AEB83F
(174,184,63)
0 Favorites   0 Comments

Color spaces of #aeb83f

RGB 17418463
HSL0.180.490.48
HSV65°66°72°
CMYK 0.050.000.66   0.28
XYZ35.493343.638511.2550
Yxy43.63850.39270.4828
Hunter Lab66.0594-19.697236.1400
CIE-Lab71.9862-19.192757.8379

#aeb83f color RGB value is (174,184,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111000 00111111
Octal 256 270 77
Decimal 174 184 63
Hex AE B8 3F

RGB Percentages of Color #aeb83f

%41.33
%43.71
%14.96

CMYK Percentages of Color #aeb83f

%5
%0
%66
%28

Triadic Colors of #aeb83f

#aeb83f #3faeb8 #b83fae

Analogous Colors of #aeb83f

#aeb83f #72b83f #b8863f

Monochromatic Colors of #aeb83f

#aeb83f

Complementary Color

#aeb83f #493fb8

#aeb83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb83f Color CSS Codes

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

#aeb83f Text Font Color

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

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


#aeb83f Background Color

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

This div background color is #aeb83f


#aeb83f Border Color

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

This div border color is #aeb83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb83f


Comments

No comments written yet.

Please login to write comment.