Color Hex Logo

#afb75d Color Hex

#AFB75D
(175,183,93)
0 Favorites   0 Comments

Color spaces of #afb75d

RGB 17518393
HSL0.180.380.54
HSV65°49°72°
CMYK 0.040.000.49   0.28
XYZ36.588543.771216.8762
Yxy43.77120.37630.4502
Hunter Lab66.1598-17.063431.1880
CIE-Lab72.0753-15.910844.4217

#afb75d color RGB value is (175,183,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 01011101
Octal 257 267 135
Decimal 175 183 93
Hex AF B7 5D

RGB Percentages of Color #afb75d

%38.80
%40.58
%20.62

CMYK Percentages of Color #afb75d

%4
%0
%49
%28

Triadic Colors of #afb75d

#afb75d #5dafb7 #b75daf

Analogous Colors of #afb75d

#afb75d #82b75d #b7925d

Monochromatic Colors of #afb75d

#afb75d

Complementary Color

#afb75d #655db7

#afb75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb75d Color CSS Codes

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

#afb75d Text Font Color

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

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


#afb75d Background Color

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

This div background color is #afb75d


#afb75d Border Color

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

This div border color is #afb75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb75d


Comments

No comments written yet.

Please login to write comment.