Color Hex Logo

#aef2af Color Hex

#AEF2AF
(174,242,175)
0 Favorites   0 Comments

Color spaces of #aef2af

RGB 174242175
HSL0.340.720.82
HSV121°28°95°
CMYK 0.280.000.28   0.05
XYZ56.945675.598152.1480
Yxy75.59810.30830.4093
Hunter Lab86.9472-35.249925.3029
CIE-Lab89.6724-33.971925.7149

#aef2af color RGB value is (174,242,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110010 10101111
Octal 256 362 257
Decimal 174 242 175
Hex AE F2 AF

RGB Percentages of Color #aef2af

%29.44
%40.95
%29.61

CMYK Percentages of Color #aef2af

%28
%0
%28
%5

Triadic Colors of #aef2af

#aef2af #afaef2 #f2afae

Analogous Colors of #aef2af

#aef2af #aef2d1 #cff2ae

Monochromatic Colors of #aef2af

#aef2af

Complementary Color

#aef2af #f2aef1

#aef2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef2af Color CSS Codes

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

#aef2af Text Font Color

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

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


#aef2af Background Color

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

This div background color is #aef2af


#aef2af Border Color

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

This div border color is #aef2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef2af


Comments

No comments written yet.

Please login to write comment.