Color Hex Logo

#afc69d Color Hex

#AFC69D
(175,198,157)
0 Favorites   0 Comments

Color spaces of #afc69d

RGB 175198157
HSL0.260.260.70
HSV94°21°78°
CMYK 0.120.000.21   0.22
XYZ43.959151.936439.6061
Yxy51.93640.32440.3833
Hunter Lab72.0669-17.236417.8626
CIE-Lab77.2428-15.238917.9955

#afc69d color RGB value is (175,198,157).

#afc69d hex color red value is 175, green value is 198 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #afc69d hue: 0.26 , saturation: 0.26 and the lightness value of afc69d is 0.70.

The process color (four color CMYK) of #afc69d color hex is 0.12, 0.00, 0.21, 0.22. Web safe color of #afc69d is #99cc99. Color #afc69d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 10011101
Octal 257 306 235
Decimal 175 198 157
Hex AF C6 9D

RGB Percentages of Color #afc69d

%33.02
%37.36
%29.62

CMYK Percentages of Color #afc69d

%12
%0
%21
%22

Triadic Colors of #afc69d

#afc69d #9dafc6 #c69daf

Analogous Colors of #afc69d

#afc69d #9dc6a0 #c4c69d

Monochromatic Colors of #afc69d

#afc69d

Complementary Color

#afc69d #b49dc6

#afc69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc69d Color CSS Codes

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

#afc69d Text Font Color

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

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


#afc69d Background Color

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

This div background color is #afc69d


#afc69d Border Color

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

This div border color is #afc69d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc69d


Comments

No comments written yet.

Please login to write comment.