color codes Logo

#afb43f color codes

#AFB43F
(175,180,63)
0 Favorites   0 Comments

Color spaces of #afb43f

RGB 17518063
HSL0.170.480.48
HSV63°65°71°
CMYK 0.030.000.65   0.29
XYZ34.897742.115410.9924
Yxy42.11540.39650.4786
Hunter Lab64.8964-17.581235.3847
CIE-Lab70.9504-16.753556.7878

#afb43f color RGB value is (175,180,63).

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

The process color (four color CMYK) of #afb43f color code is 0.03, 0.00, 0.65, 0.29. Web safe color of #afb43f is #99cc33. Color #afb43f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 00111111
Octal 257 264 77
Decimal 175 180 63
Hex AF B4 3F

RGB Percentages of Color #afb43f

%41.87
%43.06
%15.07

CMYK Percentages of Color #afb43f

%3
%0
%65
%29

Triadic Colors of #afb43f

#afb43f #3fafb4 #b43faf

Analogous Colors of #afb43f

#afb43f #75b43f #b47f3f

Monochromatic Colors of #afb43f

#afb43f

Complementary Color

#afb43f #443fb4

#afb43f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb43f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb43f Color CSS Codes

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

#afb43f Text Font Color

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

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


#afb43f Background Color

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

This div background color is #afb43f


#afb43f Border Color

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

This div border color is #afb43f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,180,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 #afb43f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb43f


Comments

No comments written yet.

Please login to write comment.