Color Hex Logo

#afb929 Color Hex

#AFB929
(175,185,41)
0 Favorites   0 Comments

Color spaces of #afb929

RGB 17518541
HSL0.180.640.44
HSV64°78°73°
CMYK 0.050.000.78   0.27
XYZ35.428443.97208.7180
Yxy43.97200.40210.4990
Hunter Lab66.3114-20.677238.6231
CIE-Lab72.2098-20.376065.8842

#afb929 color RGB value is (175,185,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111001 00101001
Octal 257 271 51
Decimal 175 185 41
Hex AF B9 29

RGB Percentages of Color #afb929

%43.64
%46.13
%10.22

CMYK Percentages of Color #afb929

%5
%0
%78
%27

Triadic Colors of #afb929

#afb929 #29afb9 #b929af

Analogous Colors of #afb929

#afb929 #67b929 #b97b29

Monochromatic Colors of #afb929

#afb929

Complementary Color

#afb929 #3329b9

#afb929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb929 Color CSS Codes

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

#afb929 Text Font Color

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

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


#afb929 Background Color

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

This div background color is #afb929


#afb929 Border Color

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

This div border color is #afb929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb929


Comments

No comments written yet.

Please login to write comment.