Color Hex Logo

#afc046 Color Hex

#AFC046
(175,192,70)
0 Favorites   0 Comments

Color spaces of #afc046

RGB 17519270
HSL0.190.490.51
HSV68°64°75°
CMYK 0.090.000.64   0.25
XYZ37.634347.255412.9320
Yxy47.25540.38470.4831
Hunter Lab68.7426-22.576636.9660
CIE-Lab74.3528-22.294957.4706

#afc046 color RGB value is (175,192,70).

#afc046 hex color red value is 175, green value is 192 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #afc046 hue: 0.19 , saturation: 0.49 and the lightness value of afc046 is 0.51.

The process color (four color CMYK) of #afc046 color hex is 0.09, 0.00, 0.64, 0.25. Web safe color of #afc046 is #99cc33. Color #afc046 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 01000110
Octal 257 300 106
Decimal 175 192 70
Hex AF C0 46

RGB Percentages of Color #afc046

%40.05
%43.94
%16.02

CMYK Percentages of Color #afc046

%9
%0
%64
%25

Triadic Colors of #afc046

#afc046 #46afc0 #c046af

Analogous Colors of #afc046

#afc046 #72c046 #c09446

Monochromatic Colors of #afc046

#afc046

Complementary Color

#afc046 #5746c0

#afc046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc046 Color CSS Codes

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

#afc046 Text Font Color

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

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


#afc046 Background Color

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

This div background color is #afc046


#afc046 Border Color

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

This div border color is #afc046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc046


Comments

No comments written yet.

Please login to write comment.