Color Hex Logo

#afbe61 Color Hex

#AFBE61
(175,190,97)
0 Favorites   0 Comments

Color spaces of #afbe61

RGB 17519097
HSL0.190.420.56
HSV70°49°75°
CMYK 0.080.000.49   0.25
XYZ38.250346.803918.3273
Yxy46.80390.37000.4527
Hunter Lab68.4134-19.923132.0061
CIE-Lab74.0642-19.058244.8558

#afbe61 color RGB value is (175,190,97).

#afbe61 hex color red value is 175, green value is 190 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #afbe61 hue: 0.19 , saturation: 0.42 and the lightness value of afbe61 is 0.56.

The process color (four color CMYK) of #afbe61 color hex is 0.08, 0.00, 0.49, 0.25. Web safe color of #afbe61 is #99cc66. Color #afbe61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 01100001
Octal 257 276 141
Decimal 175 190 97
Hex AF BE 61

RGB Percentages of Color #afbe61

%37.88
%41.13
%21.00

CMYK Percentages of Color #afbe61

%8
%0
%49
%25

Triadic Colors of #afbe61

#afbe61 #61afbe #be61af

Analogous Colors of #afbe61

#afbe61 #81be61 #be9f61

Monochromatic Colors of #afbe61

#afbe61

Complementary Color

#afbe61 #7061be

#afbe61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe61 Color CSS Codes

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

#afbe61 Text Font Color

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

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


#afbe61 Background Color

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

This div background color is #afbe61


#afbe61 Border Color

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

This div border color is #afbe61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe61


Comments

No comments written yet.

Please login to write comment.