Color Hex Logo

#aff271 Color Hex

#AFF271
(175,242,113)
0 Favorites   0 Comments

Color spaces of #aff271

RGB 175242113
HSL0.250.830.70
HSV91°53°95°
CMYK 0.280.000.53   0.05
XYZ52.412073.810527.1072
Yxy73.81050.34180.4814
Hunter Lab85.9130-41.452341.4320
CIE-Lab88.8328-41.849754.9296

#aff271 color RGB value is (175,242,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110010 01110001
Octal 257 362 161
Decimal 175 242 113
Hex AF F2 71

RGB Percentages of Color #aff271

%33.02
%45.66
%21.32

CMYK Percentages of Color #aff271

%28
%0
%53
%5

Triadic Colors of #aff271

#aff271 #71aff2 #f271af

Analogous Colors of #aff271

#aff271 #71f274 #f0f271

Monochromatic Colors of #aff271

#aff271

Complementary Color

#aff271 #b471f2

#aff271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff271 Color CSS Codes

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

#aff271 Text Font Color

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

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


#aff271 Background Color

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

This div background color is #aff271


#aff271 Border Color

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

This div border color is #aff271


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,242,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 #aff271">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff271


Comments

No comments written yet.

Please login to write comment.