Color Hex Logo

#aff941 Color Hex

#AFF941
(175,249,65)
0 Favorites   0 Comments

Color spaces of #aff941

RGB 17524965
HSL0.230.940.62
HSV84°74°98°
CMYK 0.300.000.74   0.02
XYZ52.509077.247017.1437
Yxy77.24700.35740.5258
Hunter Lab87.8903-47.165349.9582
CIE-Lab90.4352-48.503675.5120

#aff941 color RGB value is (175,249,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111001 01000001
Octal 257 371 101
Decimal 175 249 65
Hex AF F9 41

RGB Percentages of Color #aff941

%35.79
%50.92
%13.29

CMYK Percentages of Color #aff941

%30
%0
%74
%2

Triadic Colors of #aff941

#aff941 #41aff9 #f941af

Analogous Colors of #aff941

#aff941 #53f941 #f9e741

Monochromatic Colors of #aff941

#aff941

Complementary Color

#aff941 #8b41f9

#aff941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff941 Color CSS Codes

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

#aff941 Text Font Color

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

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


#aff941 Background Color

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

This div background color is #aff941


#aff941 Border Color

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

This div border color is #aff941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff941

Related Colors


Comments

No comments written yet.

Please login to write comment.