Color Hex Logo

#afec61 Color Hex

#AFEC61
(175,236,97)
0 Favorites   0 Comments

Color spaces of #afec61

RGB 17523697
HSL0.240.790.65
HSV86°59°93°
CMYK 0.260.000.59   0.07
XYZ49.832369.967922.1880
Yxy69.96790.35100.4928
Hunter Lab83.6468-40.041242.8256
CIE-Lab86.9811-40.708659.8610

#afec61 color RGB value is (175,236,97).

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

The process color (four color CMYK) of #afec61 color hex is 0.26, 0.00, 0.59, 0.07. Web safe color of #afec61 is #99ff66. Color #afec61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 01100001
Octal 257 354 141
Decimal 175 236 97
Hex AF EC 61

RGB Percentages of Color #afec61

%34.45
%46.46
%19.09

CMYK Percentages of Color #afec61

%26
%0
%59
%7

Triadic Colors of #afec61

#afec61 #61afec #ec61af

Analogous Colors of #afec61

#afec61 #6aec61 #ece461

Monochromatic Colors of #afec61

#afec61

Complementary Color

#afec61 #9e61ec

#afec61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afec61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afec61 Color CSS Codes

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

#afec61 Text Font Color

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

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


#afec61 Background Color

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

This div background color is #afec61


#afec61 Border Color

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

This div border color is #afec61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afec61


Comments

No comments written yet.

Please login to write comment.