Color Hex Logo

#aff84f Color Hex

#AFF84F
(175,248,79)
0 Favorites   0 Comments

Color spaces of #aff84f

RGB 17524879
HSL0.240.920.64
HSV86°68°97°
CMYK 0.290.000.68   0.03
XYZ52.657976.813319.4482
Yxy76.81330.35360.5158
Hunter Lab87.6432-46.129048.1937
CIE-Lab90.2356-47.255970.5308

#aff84f color RGB value is (175,248,79).

#aff84f hex color red value is 175, green value is 248 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aff84f hue: 0.24 , saturation: 0.92 and the lightness value of aff84f is 0.64.

The process color (four color CMYK) of #aff84f color hex is 0.29, 0.00, 0.68, 0.03. Web safe color of #aff84f is #99ff66. Color #aff84f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111000 01001111
Octal 257 370 117
Decimal 175 248 79
Hex AF F8 4F

RGB Percentages of Color #aff84f

%34.86
%49.40
%15.74

CMYK Percentages of Color #aff84f

%29
%0
%68
%3

Triadic Colors of #aff84f

#aff84f #4faff8 #f84faf

Analogous Colors of #aff84f

#aff84f #5bf84f #f8ed4f

Monochromatic Colors of #aff84f

#aff84f

Complementary Color

#aff84f #984ff8

#aff84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff84f Color CSS Codes

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

#aff84f Text Font Color

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

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


#aff84f Background Color

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

This div background color is #aff84f


#aff84f Border Color

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

This div border color is #aff84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff84f


Comments

No comments written yet.

Please login to write comment.