Color Hex Logo

#aebd15 Color Hex

#AEBD15
(174,189,21)
0 Favorites   0 Comments

Color spaces of #aebd15

RGB 17418921
HSL0.180.800.41
HSV65°89°74°
CMYK 0.080.000.89   0.26
XYZ35.788545.44807.5956
Yxy45.44800.40290.5116
Hunter Lab67.4151-23.216640.5104
CIE-Lab73.1859-23.368471.4377

#aebd15 color RGB value is (174,189,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 00010101
Octal 256 275 25
Decimal 174 189 21
Hex AE BD 15

RGB Percentages of Color #aebd15

%45.31
%49.22
%5.47

CMYK Percentages of Color #aebd15

%8
%0
%89
%26

Triadic Colors of #aebd15

#aebd15 #15aebd #bd15ae

Analogous Colors of #aebd15

#aebd15 #5abd15 #bd7815

Monochromatic Colors of #aebd15

#aebd15

Complementary Color

#aebd15 #2415bd

#aebd15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebd15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebd15 Color CSS Codes

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

#aebd15 Text Font Color

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

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


#aebd15 Background Color

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

This div background color is #aebd15


#aebd15 Border Color

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

This div border color is #aebd15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebd15


Comments

No comments written yet.

Please login to write comment.