Color Hex Logo

#aebd28 Color Hex

#AEBD28
(174,189,40)
0 Favorites   0 Comments

Color spaces of #aebd28

RGB 17418940
HSL0.180.650.45
HSV66°79°74°
CMYK 0.080.000.79   0.26
XYZ36.036245.54718.8996
Yxy45.54710.39830.5034
Hunter Lab67.4886-22.793239.4235
CIE-Lab73.2507-22.816667.0844

#aebd28 color RGB value is (174,189,40).

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

The process color (four color CMYK) of #aebd28 color hex is 0.08, 0.00, 0.79, 0.26. Web safe color of #aebd28 is #99cc33. Color #aebd28 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 00101000
Octal 256 275 50
Decimal 174 189 40
Hex AE BD 28

RGB Percentages of Color #aebd28

%43.18
%46.90
%9.93

CMYK Percentages of Color #aebd28

%8
%0
%79
%26

Triadic Colors of #aebd28

#aebd28 #28aebd #bd28ae

Analogous Colors of #aebd28

#aebd28 #64bd28 #bd8228

Monochromatic Colors of #aebd28

#aebd28

Complementary Color

#aebd28 #3728bd

#aebd28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebd28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebd28 Color CSS Codes

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

#aebd28 Text Font Color

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

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


#aebd28 Background Color

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

This div background color is #aebd28


#aebd28 Border Color

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

This div border color is #aebd28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebd28


Comments

No comments written yet.

Please login to write comment.