Color Hex Logo

#afc028 Color Hex

#AFC028
(175,192,40)
0 Favorites   0 Comments

Color spaces of #afc028

RGB 17519240
HSL0.190.660.45
HSV67°79°75°
CMYK 0.090.000.79   0.25
XYZ36.911846.96649.1275
Yxy46.96640.39690.5050
Hunter Lab68.5320-23.789840.0758
CIE-Lab74.1683-23.864167.9318

#afc028 color RGB value is (175,192,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 00101000
Octal 257 300 50
Decimal 175 192 40
Hex AF C0 28

RGB Percentages of Color #afc028

%43.00
%47.17
%9.83

CMYK Percentages of Color #afc028

%9
%0
%79
%25

Triadic Colors of #afc028

#afc028 #28afc0 #c028af

Analogous Colors of #afc028

#afc028 #63c028 #c08528

Monochromatic Colors of #afc028

#afc028

Complementary Color

#afc028 #3928c0

#afc028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc028 Color CSS Codes

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

#afc028 Text Font Color

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

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


#afc028 Background Color

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

This div background color is #afc028


#afc028 Border Color

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

This div border color is #afc028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc028


Comments

No comments written yet.

Please login to write comment.