Color Hex Logo

#afde71 Color Hex

#AFDE71
(175,222,113)
0 Favorites   0 Comments

Color spaces of #afde71

RGB 175222113
HSL0.240.620.66
HSV86°49°87°
CMYK 0.210.000.49   0.13
XYZ46.781162.548825.2303
Yxy62.54880.34770.4648
Hunter Lab79.0878-32.819436.4470
CIE-Lab83.2044-32.832348.1990

#afde71 color RGB value is (175,222,113).

#afde71 hex color red value is 175, green value is 222 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #afde71 hue: 0.24 , saturation: 0.62 and the lightness value of afde71 is 0.66.

The process color (four color CMYK) of #afde71 color hex is 0.21, 0.00, 0.49, 0.13. Web safe color of #afde71 is #99cc66. Color #afde71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 01110001
Octal 257 336 161
Decimal 175 222 113
Hex AF DE 71

RGB Percentages of Color #afde71

%34.31
%43.53
%22.16

CMYK Percentages of Color #afde71

%21
%0
%49
%13

Triadic Colors of #afde71

#afde71 #71afde #de71af

Analogous Colors of #afde71

#afde71 #79de71 #ded771

Monochromatic Colors of #afde71

#afde71

Complementary Color

#afde71 #a071de

#afde71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afde71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afde71 Color CSS Codes

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

#afde71 Text Font Color

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

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


#afde71 Background Color

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

This div background color is #afde71


#afde71 Border Color

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

This div border color is #afde71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afde71


Comments

No comments written yet.

Please login to write comment.