Color Hex Logo

#afe65f Color Hex

#AFE65F
(175,230,95)
0 Favorites   0 Comments

Color spaces of #afe65f

RGB 17523095
HSL0.230.730.64
HSV84°59°90°
CMYK 0.240.000.59   0.10
XYZ48.041666.533821.1367
Yxy66.53380.35400.4903
Hunter Lab81.5683-37.612541.7340
CIE-Lab85.2680-38.212758.7963

#afe65f color RGB value is (175,230,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100110 01011111
Octal 257 346 137
Decimal 175 230 95
Hex AF E6 5F

RGB Percentages of Color #afe65f

%35.00
%46.00
%19.00

CMYK Percentages of Color #afe65f

%24
%0
%59
%10

Triadic Colors of #afe65f

#afe65f #5fafe6 #e65faf

Analogous Colors of #afe65f

#afe65f #6ce65f #e6da5f

Monochromatic Colors of #afe65f

#afe65f

Complementary Color

#afe65f #965fe6

#afe65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe65f Color CSS Codes

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

#afe65f Text Font Color

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

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


#afe65f Background Color

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

This div background color is #afe65f


#afe65f Border Color

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

This div border color is #afe65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe65f


Comments

No comments written yet.

Please login to write comment.