Color Hex Logo

#afbf74 Color Hex

#AFBF74
(175,191,116)
0 Favorites   0 Comments

Color spaces of #afbf74

RGB 175191116
HSL0.200.370.60
HSV73°39°75°
CMYK 0.080.000.39   0.25
XYZ39.462447.636523.6379
Yxy47.63650.35640.4302
Hunter Lab69.0192-18.724528.0076
CIE-Lab74.5951-17.487835.9961

#afbf74 color RGB value is (175,191,116).

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

The process color (four color CMYK) of #afbf74 color hex is 0.08, 0.00, 0.39, 0.25. Web safe color of #afbf74 is #99cc66. Color #afbf74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 01110100
Octal 257 277 164
Decimal 175 191 116
Hex AF BF 74

RGB Percentages of Color #afbf74

%36.31
%39.63
%24.07

CMYK Percentages of Color #afbf74

%8
%0
%39
%25

Triadic Colors of #afbf74

#afbf74 #74afbf #bf74af

Analogous Colors of #afbf74

#afbf74 #8abf74 #bfaa74

Monochromatic Colors of #afbf74

#afbf74

Complementary Color

#afbf74 #8474bf

#afbf74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbf74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbf74 Color CSS Codes

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

#afbf74 Text Font Color

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

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


#afbf74 Background Color

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

This div background color is #afbf74


#afbf74 Border Color

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

This div border color is #afbf74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbf74


Comments

No comments written yet.

Please login to write comment.