Color Hex Logo

#afe75f Color Hex

#AFE75F
(175,231,95)
0 Favorites   0 Comments

Color spaces of #afe75f

RGB 17523195
HSL0.240.740.64
HSV85°59°91°
CMYK 0.240.000.59   0.09
XYZ48.320767.092021.2298
Yxy67.09200.35360.4910
Hunter Lab81.9097-38.040141.9697
CIE-Lab85.5504-38.660259.1134

#afe75f color RGB value is (175,231,95).

#afe75f hex color red value is 175, green value is 231 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #afe75f hue: 0.24 , saturation: 0.74 and the lightness value of afe75f is 0.64.

The process color (four color CMYK) of #afe75f color hex is 0.24, 0.00, 0.59, 0.09. Web safe color of #afe75f is #99ff66. Color #afe75f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100111 01011111
Octal 257 347 137
Decimal 175 231 95
Hex AF E7 5F

RGB Percentages of Color #afe75f

%34.93
%46.11
%18.96

CMYK Percentages of Color #afe75f

%24
%0
%59
%9

Triadic Colors of #afe75f

#afe75f #5fafe7 #e75faf

Analogous Colors of #afe75f

#afe75f #6be75f #e7db5f

Monochromatic Colors of #afe75f

#afe75f

Complementary Color

#afe75f #975fe7

#afe75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe75f Color CSS Codes

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

#afe75f Text Font Color

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

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


#afe75f Background Color

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

This div background color is #afe75f


#afe75f Border Color

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

This div border color is #afe75f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,231,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afe75f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe75f


Comments

No comments written yet.

Please login to write comment.