Color Hex Logo

#afbc37 Color Hex

#AFBC37
(175,188,55)
0 Favorites   0 Comments

Color spaces of #afbc37

RGB 17518855
HSL0.180.550.48
HSV66°71°74°
CMYK 0.070.000.71   0.26
XYZ36.352045.356210.4531
Yxy45.35620.39440.4921
Hunter Lab67.3470-21.508137.9404
CIE-Lab73.1258-21.224362.0871

#afbc37 color RGB value is (175,188,55).

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

The process color (four color CMYK) of #afbc37 color hex is 0.07, 0.00, 0.71, 0.26. Web safe color of #afbc37 is #99cc33. Color #afbc37 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 00110111
Octal 257 274 67
Decimal 175 188 55
Hex AF BC 37

RGB Percentages of Color #afbc37

%41.87
%44.98
%13.16

CMYK Percentages of Color #afbc37

%7
%0
%71
%26

Triadic Colors of #afbc37

#afbc37 #37afbc #bc37af

Analogous Colors of #afbc37

#afbc37 #6dbc37 #bc8737

Monochromatic Colors of #afbc37

#afbc37

Complementary Color

#afbc37 #4437bc

#afbc37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbc37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbc37 Color CSS Codes

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

#afbc37 Text Font Color

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

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


#afbc37 Background Color

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

This div background color is #afbc37


#afbc37 Border Color

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

This div border color is #afbc37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbc37


Comments

No comments written yet.

Please login to write comment.