Color Hex Logo

#aff947 Color Hex

#AFF947
(175,249,71)
0 Favorites   0 Comments

Color spaces of #aff947

RGB 17524971
HSL0.240.940.63
HSV85°71°98°
CMYK 0.300.000.71   0.02
XYZ52.692277.320318.1084
Yxy77.32030.35570.5220
Hunter Lab87.9320-46.916949.3424
CIE-Lab90.4688-48.172173.5811

#aff947 color RGB value is (175,249,71).

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

The process color (four color CMYK) of #aff947 color hex is 0.30, 0.00, 0.71, 0.02. Web safe color of #aff947 is #99ff33. Color #aff947 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111001 01000111
Octal 257 371 107
Decimal 175 249 71
Hex AF F9 47

RGB Percentages of Color #aff947

%35.35
%50.30
%14.34

CMYK Percentages of Color #aff947

%30
%0
%71
%2

Triadic Colors of #aff947

#aff947 #47aff9 #f947af

Analogous Colors of #aff947

#aff947 #56f947 #f9ea47

Monochromatic Colors of #aff947

#aff947

Complementary Color

#aff947 #9147f9

#aff947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff947 Color CSS Codes

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

#aff947 Text Font Color

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

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


#aff947 Background Color

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

This div background color is #aff947


#aff947 Border Color

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

This div border color is #aff947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff947


Comments

No comments written yet.

Please login to write comment.