Color Hex Logo

#afbc66 Color Hex

#AFBC66
(175,188,102)
0 Favorites   0 Comments

Color spaces of #afbc66

RGB 175188102
HSL0.190.390.57
HSV69°46°74°
CMYK 0.070.000.46   0.26
XYZ38.060746.039719.4509
Yxy46.03970.36760.4446
Hunter Lab67.8526-18.615530.5005
CIE-Lab73.5713-17.544741.7940

#afbc66 color RGB value is (175,188,102).

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

The process color (four color CMYK) of #afbc66 color hex is 0.07, 0.00, 0.46, 0.26. Web safe color of #afbc66 is #99cc66. Color #afbc66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 01100110
Octal 257 274 146
Decimal 175 188 102
Hex AF BC 66

RGB Percentages of Color #afbc66

%37.63
%40.43
%21.94

CMYK Percentages of Color #afbc66

%7
%0
%46
%26

Triadic Colors of #afbc66

#afbc66 #66afbc #bc66af

Analogous Colors of #afbc66

#afbc66 #84bc66 #bc9e66

Monochromatic Colors of #afbc66

#afbc66

Complementary Color

#afbc66 #7366bc

#afbc66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbc66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbc66 Color CSS Codes

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

#afbc66 Text Font Color

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

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


#afbc66 Background Color

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

This div background color is #afbc66


#afbc66 Border Color

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

This div border color is #afbc66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbc66


Comments

No comments written yet.

Please login to write comment.