Color Hex Logo

#afba66 Color Hex

#AFBA66
(175,186,102)
0 Favorites   0 Comments

Color spaces of #afba66

RGB 175186102
HSL0.190.380.56
HSV68°45°73°
CMYK 0.060.000.45   0.27
XYZ37.636445.191119.3095
Yxy45.19110.36850.4425
Hunter Lab67.2243-17.707130.0266
CIE-Lab73.0175-16.532541.1129

#afba66 color RGB value is (175,186,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 01100110
Octal 257 272 146
Decimal 175 186 102
Hex AF BA 66

RGB Percentages of Color #afba66

%37.80
%40.17
%22.03

CMYK Percentages of Color #afba66

%6
%0
%45
%27

Triadic Colors of #afba66

#afba66 #66afba #ba66af

Analogous Colors of #afba66

#afba66 #85ba66 #ba9b66

Monochromatic Colors of #afba66

#afba66

Complementary Color

#afba66 #7166ba

#afba66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afba66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afba66 Color CSS Codes

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

#afba66 Text Font Color

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

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


#afba66 Background Color

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

This div background color is #afba66


#afba66 Border Color

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

This div border color is #afba66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afba66


Comments

No comments written yet.

Please login to write comment.