Color Hex Logo

#afc362 Color Hex

#AFC362
(175,195,98)
0 Favorites   0 Comments

Color spaces of #afc362

RGB 17519598
HSL0.200.450.57
HSV72°50°76°
CMYK 0.100.000.50   0.24
XYZ39.398949.026018.9417
Yxy49.02600.36700.4566
Hunter Lab70.0186-22.091932.9736
CIE-Lab75.4675-21.448546.0549

#afc362 color RGB value is (175,195,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000011 01100010
Octal 257 303 142
Decimal 175 195 98
Hex AF C3 62

RGB Percentages of Color #afc362

%37.39
%41.67
%20.94

CMYK Percentages of Color #afc362

%10
%0
%50
%24

Triadic Colors of #afc362

#afc362 #62afc3 #c362af

Analogous Colors of #afc362

#afc362 #7fc362 #c3a762

Monochromatic Colors of #afc362

#afc362

Complementary Color

#afc362 #7662c3

#afc362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc362 Color CSS Codes

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

#afc362 Text Font Color

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

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


#afc362 Background Color

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

This div background color is #afc362


#afc362 Border Color

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

This div border color is #afc362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc362


Comments

No comments written yet.

Please login to write comment.