Color Hex Logo

#afc232 Color Hex

#AFC232
(175,194,50)
0 Favorites   0 Comments

Color spaces of #afc232

RGB 17519450
HSL0.190.590.48
HSV68°74°76°
CMYK 0.100.000.74   0.24
XYZ37.546747.927810.2897
Yxy47.92780.39210.5005
Hunter Lab69.2299-24.343239.6486
CIE-Lab74.7794-24.418565.4177

#afc232 color RGB value is (175,194,50).

#afc232 hex color red value is 175, green value is 194 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #afc232 hue: 0.19 , saturation: 0.59 and the lightness value of afc232 is 0.48.

The process color (four color CMYK) of #afc232 color hex is 0.10, 0.00, 0.74, 0.24. Web safe color of #afc232 is #99cc33. Color #afc232 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000010 00110010
Octal 257 302 62
Decimal 175 194 50
Hex AF C2 32

RGB Percentages of Color #afc232

%41.77
%46.30
%11.93

CMYK Percentages of Color #afc232

%10
%0
%74
%24

Triadic Colors of #afc232

#afc232 #32afc2 #c232af

Analogous Colors of #afc232

#afc232 #67c232 #c28d32

Monochromatic Colors of #afc232

#afc232

Complementary Color

#afc232 #4532c2

#afc232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc232 Color CSS Codes

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

#afc232 Text Font Color

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

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


#afc232 Background Color

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

This div background color is #afc232


#afc232 Border Color

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

This div border color is #afc232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc232


Comments

No comments written yet.

Please login to write comment.