Color Hex Logo

#afc769 Color Hex

#AFC769
(175,199,105)
0 Favorites   0 Comments

Color spaces of #afc769

RGB 175199105
HSL0.210.460.60
HSV75°47°78°
CMYK 0.120.000.47   0.22
XYZ40.652450.980721.0623
Yxy50.98070.36070.4524
Hunter Lab71.4008-23.321432.4908
CIE-Lab76.6673-22.707644.1036

#afc769 color RGB value is (175,199,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000111 01101001
Octal 257 307 151
Decimal 175 199 105
Hex AF C7 69

RGB Percentages of Color #afc769

%36.53
%41.54
%21.92

CMYK Percentages of Color #afc769

%12
%0
%47
%22

Triadic Colors of #afc769

#afc769 #69afc7 #c769af

Analogous Colors of #afc769

#afc769 #80c769 #c7b069

Monochromatic Colors of #afc769

#afc769

Complementary Color

#afc769 #8169c7

#afc769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc769 Color CSS Codes

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

#afc769 Text Font Color

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

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


#afc769 Background Color

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

This div background color is #afc769


#afc769 Border Color

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

This div border color is #afc769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc769


Comments

No comments written yet.

Please login to write comment.