Color Hex Logo

#afb15c Color Hex

#AFB15C
(175,177,92)
0 Favorites   0 Comments

Color spaces of #afb15c

RGB 17517792
HSL0.170.350.53
HSV61°48°69°
CMYK 0.010.000.48   0.31
XYZ35.333141.330916.2406
Yxy41.33090.38030.4449
Hunter Lab64.2891-14.402930.0246
CIE-Lab70.4071-12.928942.9115

#afb15c color RGB value is (175,177,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110001 01011100
Octal 257 261 134
Decimal 175 177 92
Hex AF B1 5C

RGB Percentages of Color #afb15c

%39.41
%39.86
%20.72

CMYK Percentages of Color #afb15c

%1
%0
%48
%31

Triadic Colors of #afb15c

#afb15c #5cafb1 #b15caf

Analogous Colors of #afb15c

#afb15c #85b15c #b1895c

Monochromatic Colors of #afb15c

#afb15c

Complementary Color

#afb15c #5e5cb1

#afb15c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb15c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb15c Color CSS Codes

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

#afb15c Text Font Color

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

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


#afb15c Background Color

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

This div background color is #afb15c


#afb15c Border Color

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

This div border color is #afb15c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb15c


Comments

No comments written yet.

Please login to write comment.