Color Hex Logo

#afe65a Color Hex

#AFE65A
(175,230,90)
0 Favorites   0 Comments

Color spaces of #afe65a

RGB 17523090
HSL0.230.740.63
HSV84°61°90°
CMYK 0.240.000.61   0.10
XYZ47.821566.445819.9777
Yxy66.44580.35620.4950
Hunter Lab81.5143-37.930542.5291
CIE-Lab85.2233-38.629360.8758

#afe65a color RGB value is (175,230,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100110 01011010
Octal 257 346 132
Decimal 175 230 90
Hex AF E6 5A

RGB Percentages of Color #afe65a

%35.35
%46.46
%18.18

CMYK Percentages of Color #afe65a

%24
%0
%61
%10

Triadic Colors of #afe65a

#afe65a #5aafe6 #e65aaf

Analogous Colors of #afe65a

#afe65a #69e65a #e6d75a

Monochromatic Colors of #afe65a

#afe65a

Complementary Color

#afe65a #915ae6

#afe65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe65a Color CSS Codes

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

#afe65a Text Font Color

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

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


#afe65a Background Color

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

This div background color is #afe65a


#afe65a Border Color

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

This div border color is #afe65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe65a


Comments

No comments written yet.

Please login to write comment.