Color Hex Logo

#afef61 Color Hex

#AFEF61
(175,239,97)
0 Favorites   0 Comments

Color spaces of #afef61

RGB 17523997
HSL0.240.820.66
HSV87°59°94°
CMYK 0.270.000.59   0.06
XYZ50.703471.710022.4783
Yxy71.71000.34990.4949
Hunter Lab84.6818-41.315843.5390
CIE-Lab87.8288-42.026860.8115

#afef61 color RGB value is (175,239,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 01100001
Octal 257 357 141
Decimal 175 239 97
Hex AF EF 61

RGB Percentages of Color #afef61

%34.25
%46.77
%18.98

CMYK Percentages of Color #afef61

%27
%0
%59
%6

Triadic Colors of #afef61

#afef61 #61afef #ef61af

Analogous Colors of #afef61

#afef61 #68ef61 #efe861

Monochromatic Colors of #afef61

#afef61

Complementary Color

#afef61 #a161ef

#afef61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afef61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afef61 Color CSS Codes

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

#afef61 Text Font Color

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

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


#afef61 Background Color

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

This div background color is #afef61


#afef61 Border Color

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

This div border color is #afef61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afef61


Comments

No comments written yet.

Please login to write comment.