Color Hex Logo

#aff63f Color Hex

#AFF63F
(175,246,63)
0 Favorites   0 Comments

Color spaces of #aff63f

RGB 17524663
HSL0.230.910.61
HSV83°74°96°
CMYK 0.290.000.74   0.04
XYZ51.532275.384416.5372
Yxy75.38440.35920.5255
Hunter Lab86.8242-45.998449.4841
CIE-Lab89.5727-47.346175.3139

#aff63f color RGB value is (175,246,63).

#aff63f hex color red value is 175, green value is 246 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aff63f hue: 0.23 , saturation: 0.91 and the lightness value of aff63f is 0.61.

The process color (four color CMYK) of #aff63f color hex is 0.29, 0.00, 0.74, 0.04. Web safe color of #aff63f is #99ff33. Color #aff63f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110110 00111111
Octal 257 366 77
Decimal 175 246 63
Hex AF F6 3F

RGB Percentages of Color #aff63f

%36.16
%50.83
%13.02

CMYK Percentages of Color #aff63f

%29
%0
%74
%4

Triadic Colors of #aff63f

#aff63f #3faff6 #f63faf

Analogous Colors of #aff63f

#aff63f #54f63f #f6e23f

Monochromatic Colors of #aff63f

#aff63f

Complementary Color

#aff63f #863ff6

#aff63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff63f Color CSS Codes

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

#aff63f Text Font Color

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

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


#aff63f Background Color

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

This div background color is #aff63f


#aff63f Border Color

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

This div border color is #aff63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff63f


Comments

No comments written yet.

Please login to write comment.