Color Hex Logo

#afad33 Color Hex

#AFAD33
(175,173,51)
0 Favorites   0 Comments

Color spaces of #afad33

RGB 17517351
HSL0.160.550.44
HSV59°71°69°
CMYK 0.000.010.71   0.31
XYZ33.220339.24018.9552
Yxy39.24010.40800.4820
Hunter Lab62.6419-14.961135.3733
CIE-Lab68.9248-13.853459.4457

#afad33 color RGB value is (175,173,51).

#afad33 hex color red value is 175, green value is 173 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #afad33 hue: 0.16 , saturation: 0.55 and the lightness value of afad33 is 0.44.

The process color (four color CMYK) of #afad33 color hex is 0.00, 0.01, 0.71, 0.31. Web safe color of #afad33 is #999933. Color #afad33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 00110011
Octal 257 255 63
Decimal 175 173 51
Hex AF AD 33

RGB Percentages of Color #afad33

%43.86
%43.36
%12.78

CMYK Percentages of Color #afad33

%0
%1
%71
%31

Triadic Colors of #afad33

#afad33 #33afad #ad33af

Analogous Colors of #afad33

#afad33 #73af33 #af6f33

Monochromatic Colors of #afad33

#afad33

Complementary Color

#afad33 #3335af

#afad33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afad33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afad33 Color CSS Codes

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

#afad33 Text Font Color

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

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


#afad33 Background Color

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

This div background color is #afad33


#afad33 Border Color

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

This div border color is #afad33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afad33


Comments

No comments written yet.

Please login to write comment.