Color Hex Logo

#afc364 Color Hex

#AFC364
(175,195,100)
0 Favorites   0 Comments

Color spaces of #afc364

RGB 175195100
HSL0.200.440.58
HSV73°49°76°
CMYK 0.100.000.49   0.24
XYZ39.494649.064319.4454
Yxy49.06430.36570.4543
Hunter Lab70.0459-21.935132.5727
CIE-Lab75.4913-21.249545.1150

#afc364 color RGB value is (175,195,100).

#afc364 hex color red value is 175, green value is 195 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #afc364 hue: 0.20 , saturation: 0.44 and the lightness value of afc364 is 0.58.

The process color (four color CMYK) of #afc364 color hex is 0.10, 0.00, 0.49, 0.24. Web safe color of #afc364 is #99cc66. Color #afc364 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000011 01100100
Octal 257 303 144
Decimal 175 195 100
Hex AF C3 64

RGB Percentages of Color #afc364

%37.23
%41.49
%21.28

CMYK Percentages of Color #afc364

%10
%0
%49
%24

Triadic Colors of #afc364

#afc364 #64afc3 #c364af

Analogous Colors of #afc364

#afc364 #80c364 #c3a864

Monochromatic Colors of #afc364

#afc364

Complementary Color

#afc364 #7864c3

#afc364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc364 Color CSS Codes

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

#afc364 Text Font Color

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

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


#afc364 Background Color

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

This div background color is #afc364


#afc364 Border Color

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

This div border color is #afc364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc364


Comments

No comments written yet.

Please login to write comment.