Color Hex Logo

#aff06f Color Hex

#AFF06F
(175,240,111)
0 Favorites   0 Comments

Color spaces of #aff06f

RGB 175240111
HSL0.250.810.69
HSV90°54°94°
CMYK 0.270.000.54   0.06
XYZ51.708572.581826.3233
Yxy72.58180.34330.4819
Hunter Lab85.1950-40.751841.3172
CIE-Lab88.2479-41.171155.1457

#aff06f color RGB value is (175,240,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110000 01101111
Octal 257 360 157
Decimal 175 240 111
Hex AF F0 6F

RGB Percentages of Color #aff06f

%33.27
%45.63
%21.10

CMYK Percentages of Color #aff06f

%27
%0
%54
%6

Triadic Colors of #aff06f

#aff06f #6faff0 #f06faf

Analogous Colors of #aff06f

#aff06f #6ff070 #f0f06f

Monochromatic Colors of #aff06f

#aff06f

Complementary Color

#aff06f #b06ff0

#aff06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff06f Color CSS Codes

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

#aff06f Text Font Color

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

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


#aff06f Background Color

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

This div background color is #aff06f


#aff06f Border Color

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

This div border color is #aff06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff06f


Comments

No comments written yet.

Please login to write comment.