Color Hex Logo

#aef942 Color Hex

#AEF942
(174,249,66)
0 Favorites   0 Comments

Color spaces of #aef942

RGB 17424966
HSL0.230.940.62
HSV85°73°98°
CMYK 0.300.000.73   0.02
XYZ52.314677.143417.2872
Yxy77.14340.35650.5257
Hunter Lab87.8313-47.385649.8123
CIE-Lab90.3876-48.805375.1294

#aef942 color RGB value is (174,249,66).

#aef942 hex color red value is 174, green value is 249 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #aef942 hue: 0.23 , saturation: 0.94 and the lightness value of aef942 is 0.62.

The process color (four color CMYK) of #aef942 color hex is 0.30, 0.00, 0.73, 0.02. Web safe color of #aef942 is #99ff33. Color #aef942 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111001 01000010
Octal 256 371 102
Decimal 174 249 66
Hex AE F9 42

RGB Percentages of Color #aef942

%35.58
%50.92
%13.50

CMYK Percentages of Color #aef942

%30
%0
%73
%2

Triadic Colors of #aef942

#aef942 #42aef9 #f942ae

Analogous Colors of #aef942

#aef942 #53f942 #f9e942

Monochromatic Colors of #aef942

#aef942

Complementary Color

#aef942 #8d42f9

#aef942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef942 Color CSS Codes

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

#aef942 Text Font Color

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

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


#aef942 Background Color

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

This div background color is #aef942


#aef942 Border Color

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

This div border color is #aef942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef942

Related Colors


Comments

No comments written yet.

Please login to write comment.