Color Hex Logo

#affb71 Color Hex

#AFFB71
(175,251,113)
0 Favorites   0 Comments

Color spaces of #affb71

RGB 175251113
HSL0.260.950.71
HSV93°55°98°
CMYK 0.300.000.55   0.02
XYZ55.157079.300628.0222
Yxy79.30060.33950.4881
Hunter Lab89.0509-45.278443.6785
CIE-Lab91.3701-45.749857.9042

#affb71 color RGB value is (175,251,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 01110001
Octal 257 373 161
Decimal 175 251 113
Hex AF FB 71

RGB Percentages of Color #affb71

%32.47
%46.57
%20.96

CMYK Percentages of Color #affb71

%30
%0
%55
%2

Triadic Colors of #affb71

#affb71 #71affb #fb71af

Analogous Colors of #affb71

#affb71 #71fb78 #f4fb71

Monochromatic Colors of #affb71

#affb71

Complementary Color

#affb71 #bd71fb

#affb71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affb71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affb71 Color CSS Codes

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

#affb71 Text Font Color

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

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


#affb71 Background Color

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

This div background color is #affb71


#affb71 Border Color

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

This div border color is #affb71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affb71

Related Colors


Comments

No comments written yet.

Please login to write comment.