Color Hex Logo

#afbb70 Color Hex

#AFBB70
(175,187,112)
0 Favorites   0 Comments

Color spaces of #afbb70

RGB 175187112
HSL0.190.360.59
HSV70°40°73°
CMYK 0.060.000.40   0.27
XYZ38.374245.824522.1517
Yxy45.82450.36080.4309
Hunter Lab67.6938-17.276227.9840
CIE-Lab73.4315-15.933136.5638

#afbb70 color RGB value is (175,187,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 01110000
Octal 257 273 160
Decimal 175 187 112
Hex AF BB 70

RGB Percentages of Color #afbb70

%36.92
%39.45
%23.63

CMYK Percentages of Color #afbb70

%6
%0
%40
%27

Triadic Colors of #afbb70

#afbb70 #70afbb #bb70af

Analogous Colors of #afbb70

#afbb70 #8abb70 #bba270

Monochromatic Colors of #afbb70

#afbb70

Complementary Color

#afbb70 #7c70bb

#afbb70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbb70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbb70 Color CSS Codes

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

#afbb70 Text Font Color

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

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


#afbb70 Background Color

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

This div background color is #afbb70


#afbb70 Border Color

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

This div border color is #afbb70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbb70


Comments

No comments written yet.

Please login to write comment.