Color Hex Logo

#aef318 Color Hex

#AEF318
(174,243,24)
0 Favorites   0 Comments

Color spaces of #aef318

RGB 17424324
HSL0.220.900.52
HSV79°90°95°
CMYK 0.280.000.90   0.05
XYZ49.671073.165812.3686
Yxy73.16580.36740.5411
Hunter Lab85.5370-46.035551.3026
CIE-Lab88.5267-47.806283.3572

#aef318 color RGB value is (174,243,24).

#aef318 hex color red value is 174, green value is 243 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #aef318 hue: 0.22 , saturation: 0.90 and the lightness value of aef318 is 0.52.

The process color (four color CMYK) of #aef318 color hex is 0.28, 0.00, 0.90, 0.05. Web safe color of #aef318 is #99ff00. Color #aef318 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110011 00011000
Octal 256 363 30
Decimal 174 243 24
Hex AE F3 18

RGB Percentages of Color #aef318

%39.46
%55.10
%5.44

CMYK Percentages of Color #aef318

%28
%0
%90
%5

Triadic Colors of #aef318

#aef318 #18aef3 #f318ae

Analogous Colors of #aef318

#aef318 #40f318 #f3cb18

Monochromatic Colors of #aef318

#aef318

Complementary Color

#aef318 #5d18f3

#aef318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef318 Color CSS Codes

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

#aef318 Text Font Color

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

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


#aef318 Background Color

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

This div background color is #aef318


#aef318 Border Color

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

This div border color is #aef318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef318


Comments

No comments written yet.

Please login to write comment.