Color Hex Logo

#afc200 Color Hex

#AFC200
(175,194,0)
0 Favorites   0 Comments

Color spaces of #afc200

RGB 1751940
HSL0.181.000.38
HSV66°100°76°
CMYK 0.100.001.00   0.24
XYZ36.971047.69757.2580
Yxy47.69750.40220.5189
Hunter Lab69.0634-25.306342.1135
CIE-Lab74.6337-25.675575.1723

#afc200 color RGB value is (175,194,0).

#afc200 hex color red value is 175, green value is 194 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #afc200 hue: 0.18 , saturation: 1.00 and the lightness value of afc200 is 0.38.

The process color (four color CMYK) of #afc200 color hex is 0.10, 0.00, 1.00, 0.24. Web safe color of #afc200 is #99cc00. Color #afc200 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000010 00000000
Octal 257 302 0
Decimal 175 194 0
Hex AF C2 0

RGB Percentages of Color #afc200

%47.43
%52.57
%0.00

CMYK Percentages of Color #afc200

%10
%0
%100
%24

Triadic Colors of #afc200

#afc200 #00afc2 #c200af

Analogous Colors of #afc200

#afc200 #4ec200 #c27400

Monochromatic Colors of #afc200

#afc200

Complementary Color

#afc200 #1300c2

#afc200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc200 Color CSS Codes

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

#afc200 Text Font Color

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

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


#afc200 Background Color

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

This div background color is #afc200


#afc200 Border Color

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

This div border color is #afc200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc200


Comments

No comments written yet.

Please login to write comment.