Color Hex Logo

#aebe15 Color Hex

#AEBE15
(174,190,21)
0 Favorites   0 Comments

Color spaces of #aebe15

RGB 17419021
HSL0.180.800.41
HSV66°89°75°
CMYK 0.080.000.89   0.25
XYZ36.004445.87977.6675
Yxy45.87970.40210.5123
Hunter Lab67.7346-23.653540.7026
CIE-Lab73.4674-23.857271.6641

#aebe15 color RGB value is (174,190,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 00010101
Octal 256 276 25
Decimal 174 190 21
Hex AE BE 15

RGB Percentages of Color #aebe15

%45.19
%49.35
%5.45

CMYK Percentages of Color #aebe15

%8
%0
%89
%25

Triadic Colors of #aebe15

#aebe15 #15aebe #be15ae

Analogous Colors of #aebe15

#aebe15 #5abe15 #be7a15

Monochromatic Colors of #aebe15

#aebe15

Complementary Color

#aebe15 #2515be

#aebe15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebe15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebe15 Color CSS Codes

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

#aebe15 Text Font Color

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

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


#aebe15 Background Color

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

This div background color is #aebe15


#aebe15 Border Color

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

This div border color is #aebe15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebe15


Comments

No comments written yet.

Please login to write comment.