Color Hex Logo

#afb535 Color Hex

#AFB535
(175,181,53)
0 Favorites   0 Comments

Color spaces of #afb535

RGB 17518153
HSL0.170.550.46
HSV63°71°71°
CMYK 0.030.000.71   0.29
XYZ34.845742.41879.7192
Yxy42.41870.40060.4877
Hunter Lab65.1296-18.475736.7430
CIE-Lab71.1586-17.828960.8908

#afb535 color RGB value is (175,181,53).

#afb535 hex color red value is 175, green value is 181 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #afb535 hue: 0.17 , saturation: 0.55 and the lightness value of afb535 is 0.46.

The process color (four color CMYK) of #afb535 color hex is 0.03, 0.00, 0.71, 0.29. Web safe color of #afb535 is #99cc33. Color #afb535 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110101 00110101
Octal 257 265 65
Decimal 175 181 53
Hex AF B5 35

RGB Percentages of Color #afb535

%42.79
%44.25
%12.96

CMYK Percentages of Color #afb535

%3
%0
%71
%29

Triadic Colors of #afb535

#afb535 #35afb5 #b535af

Analogous Colors of #afb535

#afb535 #6fb535 #b57b35

Monochromatic Colors of #afb535

#afb535

Complementary Color

#afb535 #3b35b5

#afb535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb535 Color CSS Codes

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

#afb535 Text Font Color

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

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


#afb535 Background Color

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

This div background color is #afb535


#afb535 Border Color

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

This div border color is #afb535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb535


Comments

No comments written yet.

Please login to write comment.