Color Hex Logo

#aef0af Color Hex

#AEF0AF
(174,240,175)
0 Favorites   0 Comments

Color spaces of #aef0af

RGB 174240175
HSL0.340.690.81
HSV121°28°94°
CMYK 0.280.000.27   0.06
XYZ56.353574.414051.9506
Yxy74.41400.30840.4073
Hunter Lab86.2635-34.352324.6782
CIE-Lab89.1178-33.047324.9563

#aef0af color RGB value is (174,240,175).

#aef0af hex color red value is 174, green value is 240 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aef0af hue: 0.34 , saturation: 0.69 and the lightness value of aef0af is 0.81.

The process color (four color CMYK) of #aef0af color hex is 0.28, 0.00, 0.27, 0.06. Web safe color of #aef0af is #99ff99. Color #aef0af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110000 10101111
Octal 256 360 257
Decimal 174 240 175
Hex AE F0 AF

RGB Percentages of Color #aef0af

%29.54
%40.75
%29.71

CMYK Percentages of Color #aef0af

%28
%0
%27
%6

Triadic Colors of #aef0af

#aef0af #afaef0 #f0afae

Analogous Colors of #aef0af

#aef0af #aef0d0 #cef0ae

Monochromatic Colors of #aef0af

#aef0af

Complementary Color

#aef0af #f0aeef

#aef0af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef0af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef0af Color CSS Codes

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

#aef0af Text Font Color

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

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


#aef0af Background Color

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

This div background color is #aef0af


#aef0af Border Color

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

This div border color is #aef0af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef0af


Comments

No comments written yet.

Please login to write comment.