Color Hex Logo

#afb039 Color Hex

#AFB039
(175,176,57)
0 Favorites   0 Comments

Color spaces of #afb039

RGB 17517657
HSL0.170.510.46
HSV61°68°69°
CMYK 0.010.000.68   0.31
XYZ33.943040.46009.8915
Yxy40.46000.40270.4800
Hunter Lab63.6082-16.062035.3057
CIE-Lab69.7959-15.072358.0162

#afb039 color RGB value is (175,176,57).

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

The process color (four color CMYK) of #afb039 color hex is 0.01, 0.00, 0.68, 0.31. Web safe color of #afb039 is #999933. Color #afb039 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 00111001
Octal 257 260 71
Decimal 175 176 57
Hex AF B0 39

RGB Percentages of Color #afb039

%42.89
%43.14
%13.97

CMYK Percentages of Color #afb039

%1
%0
%68
%31

Triadic Colors of #afb039

#afb039 #39afb0 #b039af

Analogous Colors of #afb039

#afb039 #74b039 #b07639

Monochromatic Colors of #afb039

#afb039

Complementary Color

#afb039 #3a39b0

#afb039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb039 Color CSS Codes

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

#afb039 Text Font Color

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

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


#afb039 Background Color

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

This div background color is #afb039


#afb039 Border Color

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

This div border color is #afb039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb039


Comments

No comments written yet.

Please login to write comment.