Color Hex Logo

#aff946 Color Hex

#AFF946
(175,249,70)
0 Favorites   0 Comments

Color spaces of #aff946

RGB 17524970
HSL0.240.940.63
HSV85°72°98°
CMYK 0.300.000.72   0.02
XYZ52.660477.307517.9407
Yxy77.30750.35600.5227
Hunter Lab87.9247-46.959949.4494
CIE-Lab90.4630-48.229473.9116

#aff946 color RGB value is (175,249,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111001 01000110
Octal 257 371 106
Decimal 175 249 70
Hex AF F9 46

RGB Percentages of Color #aff946

%35.43
%50.40
%14.17

CMYK Percentages of Color #aff946

%30
%0
%72
%2

Triadic Colors of #aff946

#aff946 #46aff9 #f946af

Analogous Colors of #aff946

#aff946 #55f946 #f9ea46

Monochromatic Colors of #aff946

#aff946

Complementary Color

#aff946 #9046f9

#aff946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff946 Color CSS Codes

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

#aff946 Text Font Color

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

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


#aff946 Background Color

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

This div background color is #aff946


#aff946 Border Color

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

This div border color is #aff946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff946


Comments

No comments written yet.

Please login to write comment.