Color Hex Logo

#afbd61 Color Hex

#AFBD61
(175,189,97)
0 Favorites   0 Comments

Color spaces of #afbd61

RGB 17518997
HSL0.190.410.56
HSV69°49°74°
CMYK 0.070.000.49   0.26
XYZ38.034546.372218.2554
Yxy46.37220.37050.4517
Hunter Lab68.0971-19.471831.7736
CIE-Lab73.7864-18.556544.5215

#afbd61 color RGB value is (175,189,97).

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

The process color (four color CMYK) of #afbd61 color hex is 0.07, 0.00, 0.49, 0.26. Web safe color of #afbd61 is #99cc66. Color #afbd61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 01100001
Octal 257 275 141
Decimal 175 189 97
Hex AF BD 61

RGB Percentages of Color #afbd61

%37.96
%41.00
%21.04

CMYK Percentages of Color #afbd61

%7
%0
%49
%26

Triadic Colors of #afbd61

#afbd61 #61afbd #bd61af

Analogous Colors of #afbd61

#afbd61 #81bd61 #bd9d61

Monochromatic Colors of #afbd61

#afbd61

Complementary Color

#afbd61 #6f61bd

#afbd61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbd61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbd61 Color CSS Codes

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

#afbd61 Text Font Color

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

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


#afbd61 Background Color

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

This div background color is #afbd61


#afbd61 Border Color

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

This div border color is #afbd61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbd61


Comments

No comments written yet.

Please login to write comment.