Color Hex Logo

#aef700 Color Hex

#AEF700
(174,247,0)
0 Favorites   0 Comments

Color spaces of #aef700

RGB 1742470
HSL0.221.000.48
HSV78°100°97°
CMYK 0.300.001.00   0.03
XYZ50.716375.520211.9038
Yxy75.52020.36710.5467
Hunter Lab86.9024-47.906452.7102
CIE-Lab89.6361-49.782486.4988

#aef700 color RGB value is (174,247,0).

#aef700 hex color red value is 174, green value is 247 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #aef700 hue: 0.22 , saturation: 1.00 and the lightness value of aef700 is 0.48.

The process color (four color CMYK) of #aef700 color hex is 0.30, 0.00, 1.00, 0.03. Web safe color of #aef700 is #99ff00. Color #aef700 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110111 00000000
Octal 256 367 0
Decimal 174 247 0
Hex AE F7 0

RGB Percentages of Color #aef700

%41.33
%58.67
%0.00

CMYK Percentages of Color #aef700

%30
%0
%100
%3

Triadic Colors of #aef700

#aef700 #00aef7 #f700ae

Analogous Colors of #aef700

#aef700 #33f700 #f7c500

Monochromatic Colors of #aef700

#aef700

Complementary Color

#aef700 #4900f7

#aef700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef700 Color CSS Codes

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

#aef700 Text Font Color

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

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


#aef700 Background Color

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

This div background color is #aef700


#aef700 Border Color

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

This div border color is #aef700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef700


Comments

No comments written yet.

Please login to write comment.