Color Hex Logo

#afb74d Color Hex

#AFB74D
(175,183,77)
0 Favorites   0 Comments

Color spaces of #afb74d

RGB 17518377
HSL0.180.420.51
HSV65°58°72°
CMYK 0.040.000.58   0.28
XYZ35.952243.516813.5259
Yxy43.51680.38660.4679
Hunter Lab65.9673-18.160134.0203
CIE-Lab71.9043-17.294751.7665

#afb74d color RGB value is (175,183,77).

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

The process color (four color CMYK) of #afb74d color hex is 0.04, 0.00, 0.58, 0.28. Web safe color of #afb74d is #99cc66. Color #afb74d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 01001101
Octal 257 267 115
Decimal 175 183 77
Hex AF B7 4D

RGB Percentages of Color #afb74d

%40.23
%42.07
%17.70

CMYK Percentages of Color #afb74d

%4
%0
%58
%28

Triadic Colors of #afb74d

#afb74d #4dafb7 #b74daf

Analogous Colors of #afb74d

#afb74d #7ab74d #b78a4d

Monochromatic Colors of #afb74d

#afb74d

Complementary Color

#afb74d #554db7

#afb74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb74d Color CSS Codes

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

#afb74d Text Font Color

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

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


#afb74d Background Color

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

This div background color is #afb74d


#afb74d Border Color

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

This div border color is #afb74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb74d


Comments

No comments written yet.

Please login to write comment.