Color Hex Logo

#afb63f Color Hex

#AFB63F
(175,182,63)
0 Favorites   0 Comments

Color spaces of #afb63f

RGB 17518263
HSL0.180.490.48
HSV64°65°71°
CMYK 0.040.000.65   0.29
XYZ35.304342.928711.1280
Yxy42.92870.39510.4804
Hunter Lab65.5200-18.478435.7941
CIE-Lab71.5066-17.765557.3653

#afb63f color RGB value is (175,182,63).

#afb63f hex color red value is 175, green value is 182 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #afb63f hue: 0.18 , saturation: 0.49 and the lightness value of afb63f is 0.48.

The process color (four color CMYK) of #afb63f color hex is 0.04, 0.00, 0.65, 0.29. Web safe color of #afb63f is #99cc33. Color #afb63f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 00111111
Octal 257 266 77
Decimal 175 182 63
Hex AF B6 3F

RGB Percentages of Color #afb63f

%41.67
%43.33
%15.00

CMYK Percentages of Color #afb63f

%4
%0
%65
%29

Triadic Colors of #afb63f

#afb63f #3fafb6 #b63faf

Analogous Colors of #afb63f

#afb63f #74b63f #b6823f

Monochromatic Colors of #afb63f

#afb63f

Complementary Color

#afb63f #463fb6

#afb63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb63f Color CSS Codes

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

#afb63f Text Font Color

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

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


#afb63f Background Color

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

This div background color is #afb63f


#afb63f Border Color

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

This div border color is #afb63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb63f


Comments

No comments written yet.

Please login to write comment.