Color Hex Logo

#afb163 Color Hex

#AFB163
(175,177,99)
0 Favorites   0 Comments

Color spaces of #afb163

RGB 17517799
HSL0.170.330.54
HSV62°44°69°
CMYK 0.010.000.44   0.31
XYZ35.653541.459117.9276
Yxy41.45910.37510.4362
Hunter Lab64.3887-13.840828.5641
CIE-Lab70.4964-12.230239.5132

#afb163 color RGB value is (175,177,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110001 01100011
Octal 257 261 143
Decimal 175 177 99
Hex AF B1 63

RGB Percentages of Color #afb163

%38.80
%39.25
%21.95

CMYK Percentages of Color #afb163

%1
%0
%44
%31

Triadic Colors of #afb163

#afb163 #63afb1 #b163af

Analogous Colors of #afb163

#afb163 #88b163 #b18c63

Monochromatic Colors of #afb163

#afb163

Complementary Color

#afb163 #6563b1

#afb163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb163 Color CSS Codes

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

#afb163 Text Font Color

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

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


#afb163 Background Color

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

This div background color is #afb163


#afb163 Border Color

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

This div border color is #afb163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb163


Comments

No comments written yet.

Please login to write comment.