Color Hex Logo

#aff371 Color Hex

#AFF371
(175,243,113)
0 Favorites   0 Comments

Color spaces of #aff371

RGB 175243113
HSL0.250.840.70
HSV91°53°95°
CMYK 0.280.000.53   0.05
XYZ52.710474.407427.2067
Yxy74.40740.34160.4821
Hunter Lab86.2597-41.879241.6815
CIE-Lab89.1147-42.287955.2618

#aff371 color RGB value is (175,243,113).

#aff371 hex color red value is 175, green value is 243 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #aff371 hue: 0.25 , saturation: 0.84 and the lightness value of aff371 is 0.70.

The process color (four color CMYK) of #aff371 color hex is 0.28, 0.00, 0.53, 0.05. Web safe color of #aff371 is #99ff66. Color #aff371 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 01110001
Octal 257 363 161
Decimal 175 243 113
Hex AF F3 71

RGB Percentages of Color #aff371

%32.96
%45.76
%21.28

CMYK Percentages of Color #aff371

%28
%0
%53
%5

Triadic Colors of #aff371

#aff371 #71aff3 #f371af

Analogous Colors of #aff371

#aff371 #71f374 #f0f371

Monochromatic Colors of #aff371

#aff371

Complementary Color

#aff371 #b571f3

#aff371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff371 Color CSS Codes

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

#aff371 Text Font Color

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

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


#aff371 Background Color

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

This div background color is #aff371


#aff371 Border Color

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

This div border color is #aff371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff371


Comments

No comments written yet.

Please login to write comment.