Color Hex Logo

#aff06e Color Hex

#AFF06E
(175,240,110)
0 Favorites   0 Comments

Color spaces of #aff06e

RGB 175240110
HSL0.250.810.69
HSV90°54°94°
CMYK 0.270.000.54   0.06
XYZ51.653872.559926.0349
Yxy72.55990.34380.4829
Hunter Lab85.1821-40.827641.5062
CIE-Lab88.2374-41.269955.5844

#aff06e color RGB value is (175,240,110).

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

The process color (four color CMYK) of #aff06e color hex is 0.27, 0.00, 0.54, 0.06. Web safe color of #aff06e is #99ff66. Color #aff06e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110000 01101110
Octal 257 360 156
Decimal 175 240 110
Hex AF F0 6E

RGB Percentages of Color #aff06e

%33.33
%45.71
%20.95

CMYK Percentages of Color #aff06e

%27
%0
%54
%6

Triadic Colors of #aff06e

#aff06e #6eaff0 #f06eaf

Analogous Colors of #aff06e

#aff06e #6ef06e #f0f06e

Monochromatic Colors of #aff06e

#aff06e

Complementary Color

#aff06e #af6ef0

#aff06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff06e Color CSS Codes

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

#aff06e Text Font Color

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

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


#aff06e Background Color

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

This div background color is #aff06e


#aff06e Border Color

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

This div border color is #aff06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff06e


Comments

No comments written yet.

Please login to write comment.