Color Hex Logo

#afb66b Color Hex

#AFB66B
(175,182,107)
0 Favorites   0 Comments

Color spaces of #afb66b

RGB 175182107
HSL0.180.340.57
HSV66°41°71°
CMYK 0.040.000.41   0.29
XYZ37.061043.631420.3783
Yxy43.63140.36670.4317
Hunter Lab66.0541-15.443527.9463
CIE-Lab71.9814-13.947237.2904

#afb66b color RGB value is (175,182,107).

#afb66b hex color red value is 175, green value is 182 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #afb66b hue: 0.18 , saturation: 0.34 and the lightness value of afb66b is 0.57.

The process color (four color CMYK) of #afb66b color hex is 0.04, 0.00, 0.41, 0.29. Web safe color of #afb66b is #99cc66. Color #afb66b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 01101011
Octal 257 266 153
Decimal 175 182 107
Hex AF B6 6B

RGB Percentages of Color #afb66b

%37.72
%39.22
%23.06

CMYK Percentages of Color #afb66b

%4
%0
%41
%29

Triadic Colors of #afb66b

#afb66b #6bafb6 #b66baf

Analogous Colors of #afb66b

#afb66b #8ab66b #b6986b

Monochromatic Colors of #afb66b

#afb66b

Complementary Color

#afb66b #726bb6

#afb66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb66b Color CSS Codes

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

#afb66b Text Font Color

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

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


#afb66b Background Color

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

This div background color is #afb66b


#afb66b Border Color

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

This div border color is #afb66b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb66b


Comments

No comments written yet.

Please login to write comment.