Color Hex Logo

#afb83b Color Hex

#AFB83B
(175,184,59)
0 Favorites   0 Comments

Color spaces of #afb83b

RGB 17518459
HSL0.180.510.48
HSV64°68°72°
CMYK 0.050.000.68   0.28
XYZ35.609143.710710.6979
Yxy43.71070.39560.4856
Hunter Lab66.1141-19.559336.6861
CIE-Lab72.0347-19.010659.4965

#afb83b color RGB value is (175,184,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 00111011
Octal 257 270 73
Decimal 175 184 59
Hex AF B8 3B

RGB Percentages of Color #afb83b

%41.87
%44.02
%14.11

CMYK Percentages of Color #afb83b

%5
%0
%68
%28

Triadic Colors of #afb83b

#afb83b #3bafb8 #b83baf

Analogous Colors of #afb83b

#afb83b #71b83b #b8833b

Monochromatic Colors of #afb83b

#afb83b

Complementary Color

#afb83b #443bb8

#afb83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb83b Color CSS Codes

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

#afb83b Text Font Color

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

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


#afb83b Background Color

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

This div background color is #afb83b


#afb83b Border Color

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

This div border color is #afb83b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb83b


Comments

No comments written yet.

Please login to write comment.