Color Hex Logo

#afb137 Color Hex

#AFB137
(175,177,55)
0 Favorites   0 Comments

Color spaces of #afb137

RGB 17517755
HSL0.170.530.45
HSV61°69°69°
CMYK 0.010.000.69   0.31
XYZ34.090940.83419.6994
Yxy40.83410.40280.4825
Hunter Lab63.9016-16.599635.7317
CIE-Lab70.0595-15.694159.0565

#afb137 color RGB value is (175,177,55).

#afb137 hex color red value is 175, green value is 177 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #afb137 hue: 0.17 , saturation: 0.53 and the lightness value of afb137 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110001 00110111
Octal 257 261 67
Decimal 175 177 55
Hex AF B1 37

RGB Percentages of Color #afb137

%43.00
%43.49
%13.51

CMYK Percentages of Color #afb137

%1
%0
%69
%31

Triadic Colors of #afb137

#afb137 #37afb1 #b137af

Analogous Colors of #afb137

#afb137 #72b137 #b17637

Monochromatic Colors of #afb137

#afb137

Complementary Color

#afb137 #3937b1

#afb137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb137 Color CSS Codes

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

#afb137 Text Font Color

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

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


#afb137 Background Color

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

This div background color is #afb137


#afb137 Border Color

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

This div border color is #afb137


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb137


Comments

No comments written yet.

Please login to write comment.