Color Hex Logo

#afbb6b Color Hex

#AFBB6B
(175,187,107)
0 Favorites   0 Comments

Color spaces of #afbb6b

RGB 175187107
HSL0.190.370.58
HSV69°43°73°
CMYK 0.060.000.43   0.27
XYZ38.103445.716120.7258
Yxy45.71610.36450.4373
Hunter Lab67.6137-17.731029.1553
CIE-Lab73.3609-16.500239.0222

#afbb6b color RGB value is (175,187,107).

#afbb6b hex color red value is 175, green value is 187 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #afbb6b hue: 0.19 , saturation: 0.37 and the lightness value of afbb6b is 0.58.

The process color (four color CMYK) of #afbb6b color hex is 0.06, 0.00, 0.43, 0.27. Web safe color of #afbb6b is #99cc66. Color #afbb6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 01101011
Octal 257 273 153
Decimal 175 187 107
Hex AF BB 6B

RGB Percentages of Color #afbb6b

%37.31
%39.87
%22.81

CMYK Percentages of Color #afbb6b

%6
%0
%43
%27

Triadic Colors of #afbb6b

#afbb6b #6bafbb #bb6baf

Analogous Colors of #afbb6b

#afbb6b #87bb6b #bb9f6b

Monochromatic Colors of #afbb6b

#afbb6b

Complementary Color

#afbb6b #776bbb

#afbb6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbb6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbb6b Color CSS Codes

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

#afbb6b Text Font Color

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

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


#afbb6b Background Color

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

This div background color is #afbb6b


#afbb6b Border Color

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

This div border color is #afbb6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbb6b


Comments

No comments written yet.

Please login to write comment.