Color Hex Logo

#affa71 Color Hex

#AFFA71
(175,250,113)
0 Favorites   0 Comments

Color spaces of #affa71

RGB 175250113
HSL0.260.930.71
HSV93°55°98°
CMYK 0.300.000.55   0.02
XYZ54.845478.677427.9184
Yxy78.67740.33970.4873
Hunter Lab88.7003-44.854943.4287
CIE-Lab91.0881-45.321157.5753

#affa71 color RGB value is (175,250,113).

#affa71 hex color red value is 175, green value is 250 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #affa71 hue: 0.26 , saturation: 0.93 and the lightness value of affa71 is 0.71.

The process color (four color CMYK) of #affa71 color hex is 0.30, 0.00, 0.55, 0.02. Web safe color of #affa71 is #99ff66. Color #affa71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 01110001
Octal 257 372 161
Decimal 175 250 113
Hex AF FA 71

RGB Percentages of Color #affa71

%32.53
%46.47
%21.00

CMYK Percentages of Color #affa71

%30
%0
%55
%2

Triadic Colors of #affa71

#affa71 #71affa #fa71af

Analogous Colors of #affa71

#affa71 #71fa78 #f4fa71

Monochromatic Colors of #affa71

#affa71

Complementary Color

#affa71 #bc71fa

#affa71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affa71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affa71 Color CSS Codes

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

#affa71 Text Font Color

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

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


#affa71 Background Color

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

This div background color is #affa71


#affa71 Border Color

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

This div border color is #affa71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affa71


Comments

No comments written yet.

Please login to write comment.