Color Hex Logo

#aebb3f Color Hex

#AEBB3F
(174,187,63)
0 Favorites   0 Comments

Color spaces of #aebb3f

RGB 17418763
HSL0.180.500.49
HSV66°66°73°
CMYK 0.070.000.66   0.27
XYZ36.123144.898211.4650
Yxy44.89820.39060.4855
Hunter Lab67.0061-21.031136.7595
CIE-Lab72.8248-20.690258.7036

#aebb3f color RGB value is (174,187,63).

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

The process color (four color CMYK) of #aebb3f color hex is 0.07, 0.00, 0.66, 0.27. Web safe color of #aebb3f is #99cc33. Color #aebb3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 00111111
Octal 256 273 77
Decimal 174 187 63
Hex AE BB 3F

RGB Percentages of Color #aebb3f

%41.04
%44.10
%14.86

CMYK Percentages of Color #aebb3f

%7
%0
%66
%27

Triadic Colors of #aebb3f

#aebb3f #3faebb #bb3fae

Analogous Colors of #aebb3f

#aebb3f #70bb3f #bb8a3f

Monochromatic Colors of #aebb3f

#aebb3f

Complementary Color

#aebb3f #4c3fbb

#aebb3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebb3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebb3f Color CSS Codes

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

#aebb3f Text Font Color

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

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


#aebb3f Background Color

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

This div background color is #aebb3f


#aebb3f Border Color

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

This div border color is #aebb3f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,187,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 #aebb3f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebb3f


Comments

No comments written yet.

Please login to write comment.