Color Hex Logo

#aef702 Color Hex

#AEF702
(174,247,2)
0 Favorites   0 Comments

Color spaces of #aef702

RGB 1742472
HSL0.220.980.49
HSV78°99°97°
CMYK 0.300.000.99   0.03
XYZ50.727375.524611.9615
Yxy75.52460.36700.5464
Hunter Lab86.9049-47.891252.6728
CIE-Lab89.6382-49.761986.3481

#aef702 color RGB value is (174,247,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110111 00000010
Octal 256 367 2
Decimal 174 247 2
Hex AE F7 2

RGB Percentages of Color #aef702

%41.13
%58.39
%0.47

CMYK Percentages of Color #aef702

%30
%0
%99
%3

Triadic Colors of #aef702

#aef702 #02aef7 #f702ae

Analogous Colors of #aef702

#aef702 #34f702 #f7c602

Monochromatic Colors of #aef702

#aef702

Complementary Color

#aef702 #4b02f7

#aef702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef702 Color CSS Codes

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

#aef702 Text Font Color

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

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


#aef702 Background Color

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

This div background color is #aef702


#aef702 Border Color

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

This div border color is #aef702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef702


Comments

No comments written yet.

Please login to write comment.