Color Hex Logo

#afbc77 Color Hex

#AFBC77
(175,188,119)
0 Favorites   0 Comments

Color spaces of #afbc77

RGB 175188119
HSL0.200.340.60
HSV71°37°74°
CMYK 0.070.000.37   0.26
XYZ38.992246.412324.3561
Yxy46.41230.35520.4229
Hunter Lab68.1266-17.057126.4917
CIE-Lab73.8123-15.601133.4411

#afbc77 color RGB value is (175,188,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 01110111
Octal 257 274 167
Decimal 175 188 119
Hex AF BC 77

RGB Percentages of Color #afbc77

%36.31
%39.00
%24.69

CMYK Percentages of Color #afbc77

%7
%0
%37
%26

Triadic Colors of #afbc77

#afbc77 #77afbc #bc77af

Analogous Colors of #afbc77

#afbc77 #8dbc77 #bca777

Monochromatic Colors of #afbc77

#afbc77

Complementary Color

#afbc77 #8477bc

#afbc77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbc77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbc77 Color CSS Codes

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

#afbc77 Text Font Color

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

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


#afbc77 Background Color

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

This div background color is #afbc77


#afbc77 Border Color

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

This div border color is #afbc77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbc77


Comments

No comments written yet.

Please login to write comment.