Color Hex Logo

#afbf49 Color Hex

#AFBF49
(175,191,73)
0 Favorites   0 Comments

Color spaces of #afbf49

RGB 17519173
HSL0.190.480.52
HSV68°62°75°
CMYK 0.080.000.62   0.25
XYZ37.512646.856613.3704
Yxy46.85660.38380.4794
Hunter Lab68.4519-21.970336.3355
CIE-Lab74.0980-21.592455.9325

#afbf49 color RGB value is (175,191,73).

#afbf49 hex color red value is 175, green value is 191 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #afbf49 hue: 0.19 , saturation: 0.48 and the lightness value of afbf49 is 0.52.

The process color (four color CMYK) of #afbf49 color hex is 0.08, 0.00, 0.62, 0.25. Web safe color of #afbf49 is #99cc33. Color #afbf49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 01001001
Octal 257 277 111
Decimal 175 191 73
Hex AF BF 49

RGB Percentages of Color #afbf49

%39.86
%43.51
%16.63

CMYK Percentages of Color #afbf49

%8
%0
%62
%25

Triadic Colors of #afbf49

#afbf49 #49afbf #bf49af

Analogous Colors of #afbf49

#afbf49 #74bf49 #bf9449

Monochromatic Colors of #afbf49

#afbf49

Complementary Color

#afbf49 #5949bf

#afbf49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbf49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbf49 Color CSS Codes

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

#afbf49 Text Font Color

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

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


#afbf49 Background Color

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

This div background color is #afbf49


#afbf49 Border Color

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

This div border color is #afbf49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbf49


Comments

No comments written yet.

Please login to write comment.