Color Hex Logo

#afc577 Color Hex

#AFC577
(175,197,119)
0 Favorites   0 Comments

Color spaces of #afc577

RGB 175197119
HSL0.210.400.62
HSV77°40°77°
CMYK 0.110.000.40   0.23
XYZ40.975250.378425.0171
Yxy50.37840.35210.4329
Hunter Lab70.9777-21.163628.7868
CIE-Lab76.3009-20.133936.6434

#afc577 color RGB value is (175,197,119).

#afc577 hex color red value is 175, green value is 197 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #afc577 hue: 0.21 , saturation: 0.40 and the lightness value of afc577 is 0.62.

The process color (four color CMYK) of #afc577 color hex is 0.11, 0.00, 0.40, 0.23. Web safe color of #afc577 is #99cc66. Color #afc577 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 01110111
Octal 257 305 167
Decimal 175 197 119
Hex AF C5 77

RGB Percentages of Color #afc577

%35.64
%40.12
%24.24

CMYK Percentages of Color #afc577

%11
%0
%40
%23

Triadic Colors of #afc577

#afc577 #77afc5 #c577af

Analogous Colors of #afc577

#afc577 #88c577 #c5b477

Monochromatic Colors of #afc577

#afc577

Complementary Color

#afc577 #8d77c5

#afc577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc577 Color CSS Codes

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

#afc577 Text Font Color

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

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


#afc577 Background Color

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

This div background color is #afc577


#afc577 Border Color

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

This div border color is #afc577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc577


Comments

No comments written yet.

Please login to write comment.