Color Hex Logo

#afb443 Color Hex

#AFB443
(175,180,67)
0 Favorites   0 Comments

Color spaces of #afb443

RGB 17518067
HSL0.170.460.48
HSV63°63°71°
CMYK 0.030.000.63   0.29
XYZ35.013642.161711.6028
Yxy42.16170.39440.4749
Hunter Lab64.9320-17.377734.8578
CIE-Lab70.9823-16.494855.1499

#afb443 color RGB value is (175,180,67).

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

The process color (four color CMYK) of #afb443 color hex is 0.03, 0.00, 0.63, 0.29. Web safe color of #afb443 is #99cc33. Color #afb443 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 01000011
Octal 257 264 103
Decimal 175 180 67
Hex AF B4 43

RGB Percentages of Color #afb443

%41.47
%42.65
%15.88

CMYK Percentages of Color #afb443

%3
%0
%63
%29

Triadic Colors of #afb443

#afb443 #43afb4 #b443af

Analogous Colors of #afb443

#afb443 #77b443 #b48143

Monochromatic Colors of #afb443

#afb443

Complementary Color

#afb443 #4843b4

#afb443 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb443 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb443 Color CSS Codes

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

#afb443 Text Font Color

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

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


#afb443 Background Color

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

This div background color is #afb443


#afb443 Border Color

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

This div border color is #afb443


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb443


Comments

No comments written yet.

Please login to write comment.