Color Hex Logo

#aef169 Color Hex

#AEF169
(174,241,105)
0 Favorites   0 Comments

Color spaces of #aef169

RGB 174241105
HSL0.250.830.68
HSV90°56°95°
CMYK 0.280.000.56   0.05
XYZ51.460772.929224.7291
Yxy72.92920.34510.4891
Hunter Lab85.3986-41.884542.6103
CIE-Lab88.4139-42.539957.9998

#aef169 color RGB value is (174,241,105).

#aef169 hex color red value is 174, green value is 241 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #aef169 hue: 0.25 , saturation: 0.83 and the lightness value of aef169 is 0.68.

The process color (four color CMYK) of #aef169 color hex is 0.28, 0.00, 0.56, 0.05. Web safe color of #aef169 is #99ff66. Color #aef169 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110001 01101001
Octal 256 361 151
Decimal 174 241 105
Hex AE F1 69

RGB Percentages of Color #aef169

%33.46
%46.35
%20.19

CMYK Percentages of Color #aef169

%28
%0
%56
%5

Triadic Colors of #aef169

#aef169 #69aef1 #f169ae

Analogous Colors of #aef169

#aef169 #6af169 #f1f069

Monochromatic Colors of #aef169

#aef169

Complementary Color

#aef169 #ac69f1

#aef169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef169 Color CSS Codes

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

#aef169 Text Font Color

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

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


#aef169 Background Color

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

This div background color is #aef169


#aef169 Border Color

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

This div border color is #aef169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef169


Comments

No comments written yet.

Please login to write comment.