Color Hex Logo

#aff15f Color Hex

#AFF15F
(175,241,95)
0 Favorites   0 Comments

Color spaces of #aff15f

RGB 17524195
HSL0.240.840.66
HSV87°61°95°
CMYK 0.270.000.61   0.05
XYZ51.200172.850822.1896
Yxy72.85080.35010.4982
Hunter Lab85.3527-42.291344.3329
CIE-Lab88.3765-43.067762.2640

#aff15f color RGB value is (175,241,95).

#aff15f hex color red value is 175, green value is 241 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aff15f hue: 0.24 , saturation: 0.84 and the lightness value of aff15f is 0.66.

The process color (four color CMYK) of #aff15f color hex is 0.27, 0.00, 0.61, 0.05. Web safe color of #aff15f is #99ff66. Color #aff15f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110001 01011111
Octal 257 361 137
Decimal 175 241 95
Hex AF F1 5F

RGB Percentages of Color #aff15f

%34.25
%47.16
%18.59

CMYK Percentages of Color #aff15f

%27
%0
%61
%5

Triadic Colors of #aff15f

#aff15f #5faff1 #f15faf

Analogous Colors of #aff15f

#aff15f #66f15f #f1ea5f

Monochromatic Colors of #aff15f

#aff15f

Complementary Color

#aff15f #a15ff1

#aff15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff15f Color CSS Codes

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

#aff15f Text Font Color

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

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


#aff15f Background Color

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

This div background color is #aff15f


#aff15f Border Color

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

This div border color is #aff15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff15f


Comments

No comments written yet.

Please login to write comment.