Color Hex Logo

#afbb79 Color Hex

#AFBB79
(175,187,121)
0 Favorites   0 Comments

Color spaces of #afbb79

RGB 175187121
HSL0.200.330.60
HSV71°35°73°
CMYK 0.060.000.35   0.27
XYZ38.900746.035124.9245
Yxy46.03510.35410.4190
Hunter Lab67.8492-16.394725.7141
CIE-Lab73.5683-14.840332.0833

#afbb79 color RGB value is (175,187,121).

#afbb79 hex color red value is 175, green value is 187 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #afbb79 hue: 0.20 , saturation: 0.33 and the lightness value of afbb79 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 01111001
Octal 257 273 171
Decimal 175 187 121
Hex AF BB 79

RGB Percentages of Color #afbb79

%36.23
%38.72
%25.05

CMYK Percentages of Color #afbb79

%6
%0
%35
%27

Triadic Colors of #afbb79

#afbb79 #79afbb #bb79af

Analogous Colors of #afbb79

#afbb79 #8ebb79 #bba679

Monochromatic Colors of #afbb79

#afbb79

Complementary Color

#afbb79 #8579bb

#afbb79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbb79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbb79 Color CSS Codes

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

#afbb79 Text Font Color

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

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


#afbb79 Background Color

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

This div background color is #afbb79


#afbb79 Border Color

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

This div border color is #afbb79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbb79


Comments

No comments written yet.

Please login to write comment.