Color Hex Logo

#afbf64 Color Hex

#AFBF64
(175,191,100)
0 Favorites   0 Comments

Color spaces of #afbf64

RGB 175191100
HSL0.200.420.57
HSV71°48°75°
CMYK 0.080.000.48   0.25
XYZ38.610247.295719.1506
Yxy47.29570.36750.4502
Hunter Lab68.7719-20.136531.6301
CIE-Lab74.3785-19.259043.7684

#afbf64 color RGB value is (175,191,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 01100100
Octal 257 277 144
Decimal 175 191 100
Hex AF BF 64

RGB Percentages of Color #afbf64

%37.55
%40.99
%21.46

CMYK Percentages of Color #afbf64

%8
%0
%48
%25

Triadic Colors of #afbf64

#afbf64 #64afbf #bf64af

Analogous Colors of #afbf64

#afbf64 #82bf64 #bfa264

Monochromatic Colors of #afbf64

#afbf64

Complementary Color

#afbf64 #7464bf

#afbf64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbf64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbf64 Color CSS Codes

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

#afbf64 Text Font Color

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

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


#afbf64 Background Color

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

This div background color is #afbf64


#afbf64 Border Color

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

This div border color is #afbf64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbf64


Comments

No comments written yet.

Please login to write comment.