Color Hex Logo

#afc334 Color Hex

#AFC334
(175,195,52)
0 Favorites   0 Comments

Color spaces of #afc334

RGB 17519552
HSL0.190.580.48
HSV68°73°76°
CMYK 0.100.000.73   0.24
XYZ37.814148.392110.5964
Yxy48.39210.39060.4999
Hunter Lab69.5644-24.708039.6638
CIE-Lab75.0716-24.809165.0253

#afc334 color RGB value is (175,195,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000011 00110100
Octal 257 303 64
Decimal 175 195 52
Hex AF C3 34

RGB Percentages of Color #afc334

%41.47
%46.21
%12.32

CMYK Percentages of Color #afc334

%10
%0
%73
%24

Triadic Colors of #afc334

#afc334 #34afc3 #c334af

Analogous Colors of #afc334

#afc334 #68c334 #c39034

Monochromatic Colors of #afc334

#afc334

Complementary Color

#afc334 #4834c3

#afc334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc334 Color CSS Codes

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

#afc334 Text Font Color

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

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


#afc334 Background Color

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

This div background color is #afc334


#afc334 Border Color

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

This div border color is #afc334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc334


Comments

No comments written yet.

Please login to write comment.