Color Hex Logo

#aff08e Color Hex

#AFF08E
(175,240,142)
0 Favorites   0 Comments

Color spaces of #aff08e

RGB 175240142
HSL0.280.770.75
HSV100°41°94°
CMYK 0.270.000.41   0.06
XYZ53.721873.387136.9249
Yxy73.38710.32750.4474
Hunter Lab85.6663-37.977634.4105
CIE-Lab88.6320-37.596640.9293

#aff08e color RGB value is (175,240,142).

#aff08e hex color red value is 175, green value is 240 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aff08e hue: 0.28 , saturation: 0.77 and the lightness value of aff08e is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110000 10001110
Octal 257 360 216
Decimal 175 240 142
Hex AF F0 8E

RGB Percentages of Color #aff08e

%31.42
%43.09
%25.49

CMYK Percentages of Color #aff08e

%27
%0
%41
%6

Triadic Colors of #aff08e

#aff08e #8eaff0 #f08eaf

Analogous Colors of #aff08e

#aff08e #8ef09e #e0f08e

Monochromatic Colors of #aff08e

#aff08e

Complementary Color

#aff08e #cf8ef0

#aff08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff08e Color CSS Codes

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

#aff08e Text Font Color

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

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


#aff08e Background Color

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

This div background color is #aff08e


#aff08e Border Color

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

This div border color is #aff08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff08e


Comments

No comments written yet.

Please login to write comment.