Color Hex Logo

#afbb50 Color Hex

#AFBB50
(175,187,80)
0 Favorites   0 Comments

Color spaces of #afbb50

RGB 17518780
HSL0.190.440.52
HSV67°57°73°
CMYK 0.060.000.57   0.27
XYZ36.897545.233814.3757
Yxy45.23380.38230.4687
Hunter Lab67.2561-19.770934.4063
CIE-Lab73.0456-19.072051.6866

#afbb50 color RGB value is (175,187,80).

#afbb50 hex color red value is 175, green value is 187 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #afbb50 hue: 0.19 , saturation: 0.44 and the lightness value of afbb50 is 0.52.

The process color (four color CMYK) of #afbb50 color hex is 0.06, 0.00, 0.57, 0.27. Web safe color of #afbb50 is #99cc66. Color #afbb50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 01010000
Octal 257 273 120
Decimal 175 187 80
Hex AF BB 50

RGB Percentages of Color #afbb50

%39.59
%42.31
%18.10

CMYK Percentages of Color #afbb50

%6
%0
%57
%27

Triadic Colors of #afbb50

#afbb50 #50afbb #bb50af

Analogous Colors of #afbb50

#afbb50 #7abb50 #bb9250

Monochromatic Colors of #afbb50

#afbb50

Complementary Color

#afbb50 #5c50bb

#afbb50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbb50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbb50 Color CSS Codes

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

#afbb50 Text Font Color

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

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


#afbb50 Background Color

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

This div background color is #afbb50


#afbb50 Border Color

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

This div border color is #afbb50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbb50


Comments

No comments written yet.

Please login to write comment.