Color Hex Logo

#afb239 Color Hex

#AFB239
(175,178,57)
0 Favorites   0 Comments

Color spaces of #afb239

RGB 17517857
HSL0.170.510.46
HSV61°68°70°
CMYK 0.020.000.68   0.30
XYZ34.338141.250210.0232
Yxy41.25020.40110.4818
Hunter Lab64.2263-16.962435.7056
CIE-Lab70.3509-16.093358.5757

#afb239 color RGB value is (175,178,57).

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

The process color (four color CMYK) of #afb239 color hex is 0.02, 0.00, 0.68, 0.30. Web safe color of #afb239 is #999933. Color #afb239 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 00111001
Octal 257 262 71
Decimal 175 178 57
Hex AF B2 39

RGB Percentages of Color #afb239

%42.68
%43.41
%13.90

CMYK Percentages of Color #afb239

%2
%0
%68
%30

Triadic Colors of #afb239

#afb239 #39afb2 #b239af

Analogous Colors of #afb239

#afb239 #73b239 #b27939

Monochromatic Colors of #afb239

#afb239

Complementary Color

#afb239 #3c39b2

#afb239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb239 Color CSS Codes

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

#afb239 Text Font Color

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

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


#afb239 Background Color

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

This div background color is #afb239


#afb239 Border Color

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

This div border color is #afb239


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,178,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 #afb239">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb239


Comments

No comments written yet.

Please login to write comment.