Color Hex Logo

#afba70 Color Hex

#AFBA70
(175,186,112)
0 Favorites   0 Comments

Color spaces of #afba70

RGB 175186112
HSL0.190.350.58
HSV69°40°73°
CMYK 0.060.000.40   0.27
XYZ38.162745.401622.0812
Yxy45.40160.36120.4298
Hunter Lab67.3807-16.818427.7367
CIE-Lab73.1555-15.423836.2129

#afba70 color RGB value is (175,186,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 01110000
Octal 257 272 160
Decimal 175 186 112
Hex AF BA 70

RGB Percentages of Color #afba70

%37.00
%39.32
%23.68

CMYK Percentages of Color #afba70

%6
%0
%40
%27

Triadic Colors of #afba70

#afba70 #70afba #ba70af

Analogous Colors of #afba70

#afba70 #8aba70 #baa070

Monochromatic Colors of #afba70

#afba70

Complementary Color

#afba70 #7b70ba

#afba70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afba70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afba70 Color CSS Codes

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

#afba70 Text Font Color

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

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


#afba70 Background Color

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

This div background color is #afba70


#afba70 Border Color

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

This div border color is #afba70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afba70


Comments

No comments written yet.

Please login to write comment.