Color Hex Logo

#afb92d Color Hex

#AFB92D
(175,185,45)
0 Favorites   0 Comments

Color spaces of #afb92d

RGB 17518545
HSL0.180.610.45
HSV64°76°73°
CMYK 0.050.000.76   0.27
XYZ35.501844.00139.1046
Yxy44.00130.40070.4966
Hunter Lab66.3335-20.550038.2956
CIE-Lab72.2294-20.212164.6621

#afb92d color RGB value is (175,185,45).

#afb92d hex color red value is 175, green value is 185 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #afb92d hue: 0.18 , saturation: 0.61 and the lightness value of afb92d is 0.45.

The process color (four color CMYK) of #afb92d color hex is 0.05, 0.00, 0.76, 0.27. Web safe color of #afb92d is #99cc33. Color #afb92d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111001 00101101
Octal 257 271 55
Decimal 175 185 45
Hex AF B9 2D

RGB Percentages of Color #afb92d

%43.21
%45.68
%11.11

CMYK Percentages of Color #afb92d

%5
%0
%76
%27

Triadic Colors of #afb92d

#afb92d #2dafb9 #b92daf

Analogous Colors of #afb92d

#afb92d #69b92d #b97d2d

Monochromatic Colors of #afb92d

#afb92d

Complementary Color

#afb92d #372db9

#afb92d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb92d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb92d Color CSS Codes

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

#afb92d Text Font Color

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

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


#afb92d Background Color

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

This div background color is #afb92d


#afb92d Border Color

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

This div border color is #afb92d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb92d


Comments

No comments written yet.

Please login to write comment.