Color Hex Logo

#afc45f Color Hex

#AFC45F
(175,196,95)
0 Favorites   0 Comments

Color spaces of #afc45f

RGB 17519695
HSL0.200.460.57
HSV72°52°77°
CMYK 0.110.000.52   0.23
XYZ39.484749.420018.2844
Yxy49.42000.36840.4611
Hunter Lab70.2994-22.766733.7886
CIE-Lab75.7119-22.231447.7829

#afc45f color RGB value is (175,196,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 01011111
Octal 257 304 137
Decimal 175 196 95
Hex AF C4 5F

RGB Percentages of Color #afc45f

%37.55
%42.06
%20.39

CMYK Percentages of Color #afc45f

%11
%0
%52
%23

Triadic Colors of #afc45f

#afc45f #5fafc4 #c45faf

Analogous Colors of #afc45f

#afc45f #7dc45f #c4a75f

Monochromatic Colors of #afc45f

#afc45f

Complementary Color

#afc45f #745fc4

#afc45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc45f Color CSS Codes

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

#afc45f Text Font Color

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

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


#afc45f Background Color

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

This div background color is #afc45f


#afc45f Border Color

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

This div border color is #afc45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc45f


Comments

No comments written yet.

Please login to write comment.