Color Hex Logo

#aeb20f Color Hex

#AEB20F
(174,178,15)
0 Favorites   0 Comments

Color spaces of #aeb20f

RGB 17417815
HSL0.170.840.38
HSV61°92°70°
CMYK 0.020.000.92   0.30
XYZ33.462240.87396.5778
Yxy40.87390.41360.5052
Hunter Lab63.9327-18.455838.6528
CIE-Lab70.0875-18.012069.9507

#aeb20f color RGB value is (174,178,15).

#aeb20f hex color red value is 174, green value is 178 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #aeb20f hue: 0.17 , saturation: 0.84 and the lightness value of aeb20f is 0.38.

The process color (four color CMYK) of #aeb20f color hex is 0.02, 0.00, 0.92, 0.30. Web safe color of #aeb20f is #999900. Color #aeb20f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 00001111
Octal 256 262 17
Decimal 174 178 15
Hex AE B2 F

RGB Percentages of Color #aeb20f

%47.41
%48.50
%4.09

CMYK Percentages of Color #aeb20f

%2
%0
%92
%30

Triadic Colors of #aeb20f

#aeb20f #0faeb2 #b20fae

Analogous Colors of #aeb20f

#aeb20f #5cb20f #b2650f

Monochromatic Colors of #aeb20f

#aeb20f

Complementary Color

#aeb20f #130fb2

#aeb20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb20f Color CSS Codes

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

#aeb20f Text Font Color

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

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


#aeb20f Background Color

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

This div background color is #aeb20f


#aeb20f Border Color

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

This div border color is #aeb20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb20f


Comments

No comments written yet.

Please login to write comment.