Color Hex Logo

#afb837 Color Hex

#AFB837
(175,184,55)
0 Favorites   0 Comments

Color spaces of #afb837

RGB 17518455
HSL0.180.540.47
HSV64°70°72°
CMYK 0.050.000.70   0.28
XYZ35.509343.670810.1722
Yxy43.67080.39740.4887
Hunter Lab66.0839-19.732237.1323
CIE-Lab72.0079-19.232260.9874

#afb837 color RGB value is (175,184,55).

#afb837 hex color red value is 175, green value is 184 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #afb837 hue: 0.18 , saturation: 0.54 and the lightness value of afb837 is 0.47.

The process color (four color CMYK) of #afb837 color hex is 0.05, 0.00, 0.70, 0.28. Web safe color of #afb837 is #99cc33. Color #afb837 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 00110111
Octal 257 270 67
Decimal 175 184 55
Hex AF B8 37

RGB Percentages of Color #afb837

%42.27
%44.44
%13.29

CMYK Percentages of Color #afb837

%5
%0
%70
%28

Triadic Colors of #afb837

#afb837 #37afb8 #b837af

Analogous Colors of #afb837

#afb837 #6fb837 #b88137

Monochromatic Colors of #afb837

#afb837

Complementary Color

#afb837 #4037b8

#afb837 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb837 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb837 Color CSS Codes

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

#afb837 Text Font Color

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

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


#afb837 Background Color

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

This div background color is #afb837


#afb837 Border Color

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

This div border color is #afb837


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb837


Comments

No comments written yet.

Please login to write comment.