Color Hex Logo

#afc666 Color Hex

#AFC666
(175,198,102)
0 Favorites   0 Comments

Color spaces of #afc666

RGB 175198102
HSL0.210.460.59
HSV74°48°78°
CMYK 0.120.000.48   0.22
XYZ40.271650.461420.1879
Yxy50.46140.36310.4549
Hunter Lab71.0362-23.118732.8756
CIE-Lab76.3516-22.526745.1826

#afc666 color RGB value is (175,198,102).

#afc666 hex color red value is 175, green value is 198 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #afc666 hue: 0.21 , saturation: 0.46 and the lightness value of afc666 is 0.59.

The process color (four color CMYK) of #afc666 color hex is 0.12, 0.00, 0.48, 0.22. Web safe color of #afc666 is #99cc66. Color #afc666 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 01100110
Octal 257 306 146
Decimal 175 198 102
Hex AF C6 66

RGB Percentages of Color #afc666

%36.84
%41.68
%21.47

CMYK Percentages of Color #afc666

%12
%0
%48
%22

Triadic Colors of #afc666

#afc666 #66afc6 #c666af

Analogous Colors of #afc666

#afc666 #7fc666 #c6ad66

Monochromatic Colors of #afc666

#afc666

Complementary Color

#afc666 #7d66c6

#afc666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc666 Color CSS Codes

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

#afc666 Text Font Color

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

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


#afc666 Background Color

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

This div background color is #afc666


#afc666 Border Color

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

This div border color is #afc666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc666


Comments

No comments written yet.

Please login to write comment.