Color Hex Logo

#aeb914 Color Hex

#AEB914
(174,185,20)
0 Favorites   0 Comments

Color spaces of #aeb914

RGB 17418520
HSL0.180.800.40
HSV64°89°73°
CMYK 0.060.000.89   0.27
XYZ34.930843.74717.2648
Yxy43.74710.40640.5090
Hunter Lab66.1416-21.478139.7869
CIE-Lab72.0591-21.419370.7080

#aeb914 color RGB value is (174,185,20).

#aeb914 hex color red value is 174, green value is 185 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #aeb914 hue: 0.18 , saturation: 0.80 and the lightness value of aeb914 is 0.40.

The process color (four color CMYK) of #aeb914 color hex is 0.06, 0.00, 0.89, 0.27. Web safe color of #aeb914 is #99cc00. Color #aeb914 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 00010100
Octal 256 271 24
Decimal 174 185 20
Hex AE B9 14

RGB Percentages of Color #aeb914

%45.91
%48.81
%5.28

CMYK Percentages of Color #aeb914

%6
%0
%89
%27

Triadic Colors of #aeb914

#aeb914 #14aeb9 #b914ae

Analogous Colors of #aeb914

#aeb914 #5cb914 #b97214

Monochromatic Colors of #aeb914

#aeb914

Complementary Color

#aeb914 #1f14b9

#aeb914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb914 Color CSS Codes

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

#aeb914 Text Font Color

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

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


#aeb914 Background Color

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

This div background color is #aeb914


#aeb914 Border Color

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

This div border color is #aeb914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb914


Comments

No comments written yet.

Please login to write comment.