Color Hex Logo

#afe371 Color Hex

#AFE371
(175,227,113)
0 Favorites   0 Comments

Color spaces of #afe371

RGB 175227113
HSL0.240.670.67
HSV87°50°89°
CMYK 0.230.000.50   0.11
XYZ48.128965.244425.6795
Yxy65.24440.34610.4692
Hunter Lab80.7740-34.995937.6925
CIE-Lab84.6095-35.133449.8968

#afe371 color RGB value is (175,227,113).

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

The process color (four color CMYK) of #afe371 color hex is 0.23, 0.00, 0.50, 0.11. Web safe color of #afe371 is #99cc66. Color #afe371 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100011 01110001
Octal 257 343 161
Decimal 175 227 113
Hex AF E3 71

RGB Percentages of Color #afe371

%33.98
%44.08
%21.94

CMYK Percentages of Color #afe371

%23
%0
%50
%11

Triadic Colors of #afe371

#afe371 #71afe3 #e371af

Analogous Colors of #afe371

#afe371 #76e371 #e3de71

Monochromatic Colors of #afe371

#afe371

Complementary Color

#afe371 #a571e3

#afe371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe371 Color CSS Codes

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

#afe371 Text Font Color

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

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


#afe371 Background Color

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

This div background color is #afe371


#afe371 Border Color

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

This div border color is #afe371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe371


Comments

No comments written yet.

Please login to write comment.