Color Hex Logo

#afe971 Color Hex

#AFE971
(175,233,113)
0 Favorites   0 Comments

Color spaces of #afe971

RGB 175233113
HSL0.250.730.68
HSV89°52°91°
CMYK 0.250.000.52   0.09
XYZ49.798768.584026.2362
Yxy68.58400.34430.4742
Hunter Lab82.8155-37.591239.1876
CIE-Lab86.2976-37.853251.9208

#afe971 color RGB value is (175,233,113).

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

The process color (four color CMYK) of #afe971 color hex is 0.25, 0.00, 0.52, 0.09. Web safe color of #afe971 is #99ff66. Color #afe971 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101001 01110001
Octal 257 351 161
Decimal 175 233 113
Hex AF E9 71

RGB Percentages of Color #afe971

%33.59
%44.72
%21.69

CMYK Percentages of Color #afe971

%25
%0
%52
%9

Triadic Colors of #afe971

#afe971 #71afe9 #e971af

Analogous Colors of #afe971

#afe971 #73e971 #e9e771

Monochromatic Colors of #afe971

#afe971

Complementary Color

#afe971 #ab71e9

#afe971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe971 Color CSS Codes

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

#afe971 Text Font Color

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

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


#afe971 Background Color

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

This div background color is #afe971


#afe971 Border Color

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

This div border color is #afe971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe971


Comments

No comments written yet.

Please login to write comment.