Color Hex Logo

#afb15f Color Hex

#AFB15F
(175,177,95)
0 Favorites   0 Comments

Color spaces of #afb15f

RGB 17517795
HSL0.170.340.53
HSV61°46°69°
CMYK 0.010.000.46   0.31
XYZ35.466941.384516.9452
Yxy41.38450.37810.4412
Hunter Lab64.3308-14.168129.4141
CIE-Lab70.4445-12.636641.4637

#afb15f color RGB value is (175,177,95).

#afb15f hex color red value is 175, green value is 177 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #afb15f hue: 0.17 , saturation: 0.34 and the lightness value of afb15f is 0.53.

The process color (four color CMYK) of #afb15f color hex is 0.01, 0.00, 0.46, 0.31. Web safe color of #afb15f is #999966. Color #afb15f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110001 01011111
Octal 257 261 137
Decimal 175 177 95
Hex AF B1 5F

RGB Percentages of Color #afb15f

%39.15
%39.60
%21.25

CMYK Percentages of Color #afb15f

%1
%0
%46
%31

Triadic Colors of #afb15f

#afb15f #5fafb1 #b15faf

Analogous Colors of #afb15f

#afb15f #86b15f #b18a5f

Monochromatic Colors of #afb15f

#afb15f

Complementary Color

#afb15f #615fb1

#afb15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb15f Color CSS Codes

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

#afb15f Text Font Color

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

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


#afb15f Background Color

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

This div background color is #afb15f


#afb15f Border Color

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

This div border color is #afb15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb15f


Comments

No comments written yet.

Please login to write comment.