Color Hex Logo

#afbb3d Color Hex

#AFBB3D
(175,187,61)
0 Favorites   0 Comments

Color spaces of #afbb3d

RGB 17518761
HSL0.180.510.49
HSV66°67°73°
CMYK 0.060.000.67   0.27
XYZ36.291844.991511.1863
Yxy44.99150.39250.4866
Hunter Lab67.0757-20.803837.0651
CIE-Lab72.8863-20.392359.5812

#afbb3d color RGB value is (175,187,61).

#afbb3d hex color red value is 175, green value is 187 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #afbb3d hue: 0.18 , saturation: 0.51 and the lightness value of afbb3d is 0.49.

The process color (four color CMYK) of #afbb3d color hex is 0.06, 0.00, 0.67, 0.27. Web safe color of #afbb3d is #99cc33. Color #afbb3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 00111101
Octal 257 273 75
Decimal 175 187 61
Hex AF BB 3D

RGB Percentages of Color #afbb3d

%41.37
%44.21
%14.42

CMYK Percentages of Color #afbb3d

%6
%0
%67
%27

Triadic Colors of #afbb3d

#afbb3d #3dafbb #bb3daf

Analogous Colors of #afbb3d

#afbb3d #70bb3d #bb883d

Monochromatic Colors of #afbb3d

#afbb3d

Complementary Color

#afbb3d #493dbb

#afbb3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbb3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbb3d Color CSS Codes

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

#afbb3d Text Font Color

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

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


#afbb3d Background Color

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

This div background color is #afbb3d


#afbb3d Border Color

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

This div border color is #afbb3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbb3d


Comments

No comments written yet.

Please login to write comment.