Color Hex Logo

#afc75d Color Hex

#AFC75D
(175,199,93)
0 Favorites   0 Comments

Color spaces of #afc75d

RGB 17519993
HSL0.200.490.57
HSV74°53°78°
CMYK 0.120.000.53   0.22
XYZ40.078450.751118.0395
Yxy50.75110.36810.4662
Hunter Lab71.2398-24.248434.8543
CIE-Lab76.5280-23.888549.6849

#afc75d color RGB value is (175,199,93).

#afc75d hex color red value is 175, green value is 199 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #afc75d hue: 0.20 , saturation: 0.49 and the lightness value of afc75d is 0.57.

The process color (four color CMYK) of #afc75d color hex is 0.12, 0.00, 0.53, 0.22. Web safe color of #afc75d is #99cc66. Color #afc75d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000111 01011101
Octal 257 307 135
Decimal 175 199 93
Hex AF C7 5D

RGB Percentages of Color #afc75d

%37.47
%42.61
%19.91

CMYK Percentages of Color #afc75d

%12
%0
%53
%22

Triadic Colors of #afc75d

#afc75d #5dafc7 #c75daf

Analogous Colors of #afc75d

#afc75d #7ac75d #c7aa5d

Monochromatic Colors of #afc75d

#afc75d

Complementary Color

#afc75d #755dc7

#afc75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc75d Color CSS Codes

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

#afc75d Text Font Color

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

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


#afc75d Background Color

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

This div background color is #afc75d


#afc75d Border Color

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

This div border color is #afc75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc75d


Comments

No comments written yet.

Please login to write comment.