Color Hex Logo

#aebe20 Color Hex

#AEBE20
(174,190,32)
0 Favorites   0 Comments

Color spaces of #aebe20

RGB 17419032
HSL0.180.710.44
HSV66°83°75°
CMYK 0.080.000.83   0.25
XYZ36.129745.92998.3276
Yxy45.92990.39970.5081
Hunter Lab67.7716-23.440240.1547
CIE-Lab73.5000-23.578669.4152

#aebe20 color RGB value is (174,190,32).

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

The process color (four color CMYK) of #aebe20 color hex is 0.08, 0.00, 0.83, 0.25. Web safe color of #aebe20 is #99cc33. Color #aebe20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 00100000
Octal 256 276 40
Decimal 174 190 32
Hex AE BE 20

RGB Percentages of Color #aebe20

%43.94
%47.98
%8.08

CMYK Percentages of Color #aebe20

%8
%0
%83
%25

Triadic Colors of #aebe20

#aebe20 #20aebe #be20ae

Analogous Colors of #aebe20

#aebe20 #5fbe20 #be7f20

Monochromatic Colors of #aebe20

#aebe20

Complementary Color

#aebe20 #3020be

#aebe20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebe20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebe20 Color CSS Codes

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

#aebe20 Text Font Color

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

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


#aebe20 Background Color

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

This div background color is #aebe20


#aebe20 Border Color

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

This div border color is #aebe20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebe20


Comments

No comments written yet.

Please login to write comment.