Color Hex Logo

#afba74 Color Hex

#AFBA74
(175,186,116)
0 Favorites   0 Comments

Color spaces of #afba74

RGB 175186116
HSL0.190.340.59
HSV69°38°73°
CMYK 0.060.000.38   0.27
XYZ38.390545.492723.2806
Yxy45.49270.35820.4245
Hunter Lab67.4483-16.435126.7491
CIE-Lab73.2151-14.948234.2256

#afba74 color RGB value is (175,186,116).

#afba74 hex color red value is 175, green value is 186 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #afba74 hue: 0.19 , saturation: 0.34 and the lightness value of afba74 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 01110100
Octal 257 272 164
Decimal 175 186 116
Hex AF BA 74

RGB Percentages of Color #afba74

%36.69
%38.99
%24.32

CMYK Percentages of Color #afba74

%6
%0
%38
%27

Triadic Colors of #afba74

#afba74 #74afba #ba74af

Analogous Colors of #afba74

#afba74 #8cba74 #baa274

Monochromatic Colors of #afba74

#afba74

Complementary Color

#afba74 #7f74ba

#afba74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afba74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afba74 Color CSS Codes

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

#afba74 Text Font Color

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

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


#afba74 Background Color

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

This div background color is #afba74


#afba74 Border Color

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

This div border color is #afba74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afba74


Comments

No comments written yet.

Please login to write comment.