Color Hex Logo

#afc794 Color Hex

#AFC794
(175,199,148)
0 Favorites   0 Comments

Color spaces of #afc794

RGB 175199148
HSL0.250.310.68
HSV88°26°78°
CMYK 0.120.000.26   0.22
XYZ43.447952.098935.7831
Yxy52.09890.33080.3967
Hunter Lab72.1796-18.867621.1326
CIE-Lab77.3399-17.162322.9129

#afc794 color RGB value is (175,199,148).

#afc794 hex color red value is 175, green value is 199 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #afc794 hue: 0.25 , saturation: 0.31 and the lightness value of afc794 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000111 10010100
Octal 257 307 224
Decimal 175 199 148
Hex AF C7 94

RGB Percentages of Color #afc794

%33.52
%38.12
%28.35

CMYK Percentages of Color #afc794

%12
%0
%26
%22

Triadic Colors of #afc794

#afc794 #94afc7 #c794af

Analogous Colors of #afc794

#afc794 #96c794 #c7c694

Monochromatic Colors of #afc794

#afc794

Complementary Color

#afc794 #ac94c7

#afc794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc794 Color CSS Codes

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

#afc794 Text Font Color

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

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


#afc794 Background Color

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

This div background color is #afc794


#afc794 Border Color

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

This div border color is #afc794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc794


Comments

No comments written yet.

Please login to write comment.