Color Hex Logo

#afc30d Color Hex

#AFC30D
(175,195,13)
0 Favorites   0 Comments

Color spaces of #afc30d

RGB 17519513
HSL0.180.880.41
HSV67°93°76°
CMYK 0.100.000.93   0.24
XYZ37.266948.17327.7150
Yxy48.17320.40010.5171
Hunter Lab69.4069-25.619541.9944
CIE-Lab74.9340-25.998874.0225

#afc30d color RGB value is (175,195,13).

#afc30d hex color red value is 175, green value is 195 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #afc30d hue: 0.18 , saturation: 0.88 and the lightness value of afc30d is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000011 00001101
Octal 257 303 15
Decimal 175 195 13
Hex AF C3 D

RGB Percentages of Color #afc30d

%45.69
%50.91
%3.39

CMYK Percentages of Color #afc30d

%10
%0
%93
%24

Triadic Colors of #afc30d

#afc30d #0dafc3 #c30daf

Analogous Colors of #afc30d

#afc30d #54c30d #c37c0d

Monochromatic Colors of #afc30d

#afc30d

Complementary Color

#afc30d #210dc3

#afc30d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc30d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc30d Color CSS Codes

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

#afc30d Text Font Color

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

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


#afc30d Background Color

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

This div background color is #afc30d


#afc30d Border Color

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

This div border color is #afc30d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc30d


Comments

No comments written yet.

Please login to write comment.