Color Hex Logo

#afef62 Color Hex

#AFEF62
(175,239,98)
0 Favorites   0 Comments

Color spaces of #afef62

RGB 17523998
HSL0.240.820.66
HSV87°59°94°
CMYK 0.270.000.59   0.06
XYZ50.750371.728822.7255
Yxy71.72880.34950.4940
Hunter Lab84.6929-41.250443.3758
CIE-Lab87.8379-41.940960.3954

#afef62 color RGB value is (175,239,98).

#afef62 hex color red value is 175, green value is 239 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #afef62 hue: 0.24 , saturation: 0.82 and the lightness value of afef62 is 0.66.

The process color (four color CMYK) of #afef62 color hex is 0.27, 0.00, 0.59, 0.06. Web safe color of #afef62 is #99ff66. Color #afef62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 01100010
Octal 257 357 142
Decimal 175 239 98
Hex AF EF 62

RGB Percentages of Color #afef62

%34.18
%46.68
%19.14

CMYK Percentages of Color #afef62

%27
%0
%59
%6

Triadic Colors of #afef62

#afef62 #62afef #ef62af

Analogous Colors of #afef62

#afef62 #69ef62 #efe962

Monochromatic Colors of #afef62

#afef62

Complementary Color

#afef62 #a262ef

#afef62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afef62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afef62 Color CSS Codes

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

#afef62 Text Font Color

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

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


#afef62 Background Color

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

This div background color is #afef62


#afef62 Border Color

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

This div border color is #afef62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afef62


Comments

No comments written yet.

Please login to write comment.