Color Hex Logo

#afbb28 Color Hex

#AFBB28
(175,187,40)
0 Favorites   0 Comments

Color spaces of #afbb28

RGB 17518740
HSL0.180.650.45
HSV65°79°73°
CMYK 0.060.000.79   0.27
XYZ35.832544.80788.7677
Yxy44.80780.40080.5012
Hunter Lab66.9386-21.590939.0912
CIE-Lab72.7652-21.406966.6782

#afbb28 color RGB value is (175,187,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 00101000
Octal 257 273 50
Decimal 175 187 40
Hex AF BB 28

RGB Percentages of Color #afbb28

%43.53
%46.52
%9.95

CMYK Percentages of Color #afbb28

%6
%0
%79
%27

Triadic Colors of #afbb28

#afbb28 #28afbb #bb28af

Analogous Colors of #afbb28

#afbb28 #66bb28 #bb7e28

Monochromatic Colors of #afbb28

#afbb28

Complementary Color

#afbb28 #3428bb

#afbb28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbb28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbb28 Color CSS Codes

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

#afbb28 Text Font Color

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

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


#afbb28 Background Color

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

This div background color is #afbb28


#afbb28 Border Color

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

This div border color is #afbb28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbb28


Comments

No comments written yet.

Please login to write comment.