Color Hex Logo

#aebe14 Color Hex

#AEBE14
(174,190,20)
0 Favorites   0 Comments

Color spaces of #aebe14

RGB 17419020
HSL0.180.810.41
HSV66°89°75°
CMYK 0.080.000.89   0.25
XYZ35.995345.87617.6196
Yxy45.87610.40220.5126
Hunter Lab67.7319-23.669140.7424
CIE-Lab73.4651-23.877671.8324

#aebe14 color RGB value is (174,190,20).

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

The process color (four color CMYK) of #aebe14 color hex is 0.08, 0.00, 0.89, 0.25. Web safe color of #aebe14 is #99cc00. Color #aebe14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 00010100
Octal 256 276 24
Decimal 174 190 20
Hex AE BE 14

RGB Percentages of Color #aebe14

%45.31
%49.48
%5.21

CMYK Percentages of Color #aebe14

%8
%0
%89
%25

Triadic Colors of #aebe14

#aebe14 #14aebe #be14ae

Analogous Colors of #aebe14

#aebe14 #59be14 #be7914

Monochromatic Colors of #aebe14

#aebe14

Complementary Color

#aebe14 #2414be

#aebe14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebe14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebe14 Color CSS Codes

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

#aebe14 Text Font Color

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

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


#aebe14 Background Color

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

This div background color is #aebe14


#aebe14 Border Color

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

This div border color is #aebe14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebe14


Comments

No comments written yet.

Please login to write comment.