Color Hex Logo

#aebe22 Color Hex

#AEBE22
(174,190,34)
0 Favorites   0 Comments

Color spaces of #aebe22

RGB 17419034
HSL0.180.700.44
HSV66°82°75°
CMYK 0.080.000.82   0.25
XYZ36.157745.94118.4752
Yxy45.94110.39920.5072
Hunter Lab67.7799-23.392540.0323
CIE-Lab73.5073-23.516468.9291

#aebe22 color RGB value is (174,190,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 00100010
Octal 256 276 42
Decimal 174 190 34
Hex AE BE 22

RGB Percentages of Color #aebe22

%43.72
%47.74
%8.54

CMYK Percentages of Color #aebe22

%8
%0
%82
%25

Triadic Colors of #aebe22

#aebe22 #22aebe #be22ae

Analogous Colors of #aebe22

#aebe22 #60be22 #be8022

Monochromatic Colors of #aebe22

#aebe22

Complementary Color

#aebe22 #3222be

#aebe22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebe22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebe22 Color CSS Codes

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

#aebe22 Text Font Color

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

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


#aebe22 Background Color

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

This div background color is #aebe22


#aebe22 Border Color

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

This div border color is #aebe22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebe22


Comments

No comments written yet.

Please login to write comment.