Color Hex Logo

#aff649 Color Hex

#AFF649
(175,246,73)
0 Favorites   0 Comments

Color spaces of #aff649

RGB 17524673
HSL0.240.910.63
HSV85°70°96°
CMYK 0.290.000.70   0.04
XYZ51.837675.506518.1454
Yxy75.50650.35630.5190
Hunter Lab86.8945-45.579748.4451
CIE-Lab89.6297-46.787972.0595

#aff649 color RGB value is (175,246,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110110 01001001
Octal 257 366 111
Decimal 175 246 73
Hex AF F6 49

RGB Percentages of Color #aff649

%35.43
%49.80
%14.78

CMYK Percentages of Color #aff649

%29
%0
%70
%4

Triadic Colors of #aff649

#aff649 #49aff6 #f649af

Analogous Colors of #aff649

#aff649 #59f649 #f6e749

Monochromatic Colors of #aff649

#aff649

Complementary Color

#aff649 #9049f6

#aff649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff649 Color CSS Codes

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

#aff649 Text Font Color

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

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


#aff649 Background Color

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

This div background color is #aff649


#aff649 Border Color

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

This div border color is #aff649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff649

#aff649 Color Palettes


Comments

No comments written yet.

Please login to write comment.