Color Hex Logo

#afe961 Color Hex

#AFE961
(175,233,97)
0 Favorites   0 Comments

Color spaces of #afe961

RGB 17523397
HSL0.240.760.65
HSV86°58°91°
CMYK 0.250.000.58   0.09
XYZ48.975868.254921.9025
Yxy68.25490.35200.4906
Hunter Lab82.6165-38.762642.1132
CIE-Lab86.1337-39.379458.9070

#afe961 color RGB value is (175,233,97).

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

The process color (four color CMYK) of #afe961 color hex is 0.25, 0.00, 0.58, 0.09. Web safe color of #afe961 is #99ff66. Color #afe961 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101001 01100001
Octal 257 351 141
Decimal 175 233 97
Hex AF E9 61

RGB Percentages of Color #afe961

%34.65
%46.14
%19.21

CMYK Percentages of Color #afe961

%25
%0
%58
%9

Triadic Colors of #afe961

#afe961 #61afe9 #e961af

Analogous Colors of #afe961

#afe961 #6be961 #e9df61

Monochromatic Colors of #afe961

#afe961

Complementary Color

#afe961 #9b61e9

#afe961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe961 Color CSS Codes

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

#afe961 Text Font Color

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

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


#afe961 Background Color

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

This div background color is #afe961


#afe961 Border Color

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

This div border color is #afe961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe961


Comments

No comments written yet.

Please login to write comment.