Color Hex Logo

#aef269 Color Hex

#AEF269
(174,242,105)
0 Favorites   0 Comments

Color spaces of #aef269

RGB 174242105
HSL0.250.840.68
HSV90°57°95°
CMYK 0.280.000.57   0.05
XYZ51.757573.522924.8280
Yxy73.52290.34480.4898
Hunter Lab85.7455-42.308942.8542
CIE-Lab88.6965-42.975958.3245

#aef269 color RGB value is (174,242,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110010 01101001
Octal 256 362 151
Decimal 174 242 105
Hex AE F2 69

RGB Percentages of Color #aef269

%33.40
%46.45
%20.15

CMYK Percentages of Color #aef269

%28
%0
%57
%5

Triadic Colors of #aef269

#aef269 #69aef2 #f269ae

Analogous Colors of #aef269

#aef269 #6af269 #f2f269

Monochromatic Colors of #aef269

#aef269

Complementary Color

#aef269 #ad69f2

#aef269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef269 Color CSS Codes

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

#aef269 Text Font Color

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

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


#aef269 Background Color

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

This div background color is #aef269


#aef269 Border Color

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

This div border color is #aef269


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,242,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 #aef269">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef269


Comments

No comments written yet.

Please login to write comment.