Color Hex Logo

#aef820 Color Hex

#AEF820
(174,248,32)
0 Favorites   0 Comments

Color spaces of #aef820

RGB 17424832
HSL0.220.940.55
HSV81°87°97°
CMYK 0.300.000.87   0.03
XYZ51.283776.237813.3789
Yxy76.23780.36400.5411
Hunter Lab87.3143-47.958752.0352
CIE-Lab89.9696-49.713383.2764

#aef820 color RGB value is (174,248,32).

#aef820 hex color red value is 174, green value is 248 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #aef820 hue: 0.22 , saturation: 0.94 and the lightness value of aef820 is 0.55.

The process color (four color CMYK) of #aef820 color hex is 0.30, 0.00, 0.87, 0.03. Web safe color of #aef820 is #99ff33. Color #aef820 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111000 00100000
Octal 256 370 40
Decimal 174 248 32
Hex AE F8 20

RGB Percentages of Color #aef820

%38.33
%54.63
%7.05

CMYK Percentages of Color #aef820

%30
%0
%87
%3

Triadic Colors of #aef820

#aef820 #20aef8 #f820ae

Analogous Colors of #aef820

#aef820 #42f820 #f8d620

Monochromatic Colors of #aef820

#aef820

Complementary Color

#aef820 #6a20f8

#aef820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef820 Color CSS Codes

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

#aef820 Text Font Color

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

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


#aef820 Background Color

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

This div background color is #aef820


#aef820 Border Color

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

This div border color is #aef820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef820


Comments

No comments written yet.

Please login to write comment.