Color Hex Logo

#afc039 Color Hex

#AFC039
(175,192,57)
0 Favorites   0 Comments

Color spaces of #afc039

RGB 17519257
HSL0.190.540.49
HSV68°70°75°
CMYK 0.090.000.70   0.25
XYZ37.267447.108610.9996
Yxy47.10860.39070.4939
Hunter Lab68.6357-23.191638.5431
CIE-Lab74.2592-23.088262.4723

#afc039 color RGB value is (175,192,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 00111001
Octal 257 300 71
Decimal 175 192 57
Hex AF C0 39

RGB Percentages of Color #afc039

%41.27
%45.28
%13.44

CMYK Percentages of Color #afc039

%9
%0
%70
%25

Triadic Colors of #afc039

#afc039 #39afc0 #c039af

Analogous Colors of #afc039

#afc039 #6cc039 #c08e39

Monochromatic Colors of #afc039

#afc039

Complementary Color

#afc039 #4a39c0

#afc039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc039 Color CSS Codes

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

#afc039 Text Font Color

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

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


#afc039 Background Color

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

This div background color is #afc039


#afc039 Border Color

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

This div border color is #afc039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc039


Comments

No comments written yet.

Please login to write comment.