Color Hex Logo

#afb93c Color Hex

#AFB93C
(175,185,60)
0 Favorites   0 Comments

Color spaces of #afb93c

RGB 17518560
HSL0.180.510.48
HSV65°68°73°
CMYK 0.050.000.68   0.27
XYZ35.843844.138110.9053
Yxy44.13810.39440.4856
Hunter Lab66.4365-19.959636.7733
CIE-Lab72.3207-19.453259.3970

#afb93c color RGB value is (175,185,60).

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

The process color (four color CMYK) of #afb93c color hex is 0.05, 0.00, 0.68, 0.27. Web safe color of #afb93c is #99cc33. Color #afb93c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111001 00111100
Octal 257 271 74
Decimal 175 185 60
Hex AF B9 3C

RGB Percentages of Color #afb93c

%41.67
%44.05
%14.29

CMYK Percentages of Color #afb93c

%5
%0
%68
%27

Triadic Colors of #afb93c

#afb93c #3cafb9 #b93caf

Analogous Colors of #afb93c

#afb93c #71b93c #b9853c

Monochromatic Colors of #afb93c

#afb93c

Complementary Color

#afb93c #463cb9

#afb93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb93c Color CSS Codes

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

#afb93c Text Font Color

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

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


#afb93c Background Color

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

This div background color is #afb93c


#afb93c Border Color

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

This div border color is #afb93c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb93c


Comments

No comments written yet.

Please login to write comment.