Color Hex Logo

#afc030 Color Hex

#AFC030
(175,192,48)
0 Favorites   0 Comments

Color spaces of #afc030

RGB 17519248
HSL0.190.600.47
HSV67°75°75°
CMYK 0.090.000.75   0.25
XYZ37.062347.02669.9200
Yxy47.02660.39420.5002
Hunter Lab68.5759-23.536539.4264
CIE-Lab74.2068-23.535065.5349

#afc030 color RGB value is (175,192,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 00110000
Octal 257 300 60
Decimal 175 192 48
Hex AF C0 30

RGB Percentages of Color #afc030

%42.17
%46.27
%11.57

CMYK Percentages of Color #afc030

%9
%0
%75
%25

Triadic Colors of #afc030

#afc030 #30afc0 #c030af

Analogous Colors of #afc030

#afc030 #67c030 #c08930

Monochromatic Colors of #afc030

#afc030

Complementary Color

#afc030 #4130c0

#afc030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc030 Color CSS Codes

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

#afc030 Text Font Color

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

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


#afc030 Background Color

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

This div background color is #afc030


#afc030 Border Color

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

This div border color is #afc030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc030


Comments

No comments written yet.

Please login to write comment.