Color Hex Logo

#afc14d Color Hex

#AFC14D
(175,193,77)
0 Favorites   0 Comments

Color spaces of #afc14d

RGB 17519377
HSL0.190.480.53
HSV69°60°76°
CMYK 0.090.000.60   0.24
XYZ38.088747.789714.2380
Yxy47.78970.38040.4773
Hunter Lab69.1301-22.629336.1797
CIE-Lab74.6921-22.285454.8516

#afc14d color RGB value is (175,193,77).

#afc14d hex color red value is 175, green value is 193 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #afc14d hue: 0.19 , saturation: 0.48 and the lightness value of afc14d is 0.53.

The process color (four color CMYK) of #afc14d color hex is 0.09, 0.00, 0.60, 0.24. Web safe color of #afc14d is #99cc66. Color #afc14d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 01001101
Octal 257 301 115
Decimal 175 193 77
Hex AF C1 4D

RGB Percentages of Color #afc14d

%39.33
%43.37
%17.30

CMYK Percentages of Color #afc14d

%9
%0
%60
%24

Triadic Colors of #afc14d

#afc14d #4dafc1 #c14daf

Analogous Colors of #afc14d

#afc14d #75c14d #c1994d

Monochromatic Colors of #afc14d

#afc14d

Complementary Color

#afc14d #5f4dc1

#afc14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc14d Color CSS Codes

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

#afc14d Text Font Color

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

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


#afc14d Background Color

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

This div background color is #afc14d


#afc14d Border Color

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

This div border color is #afc14d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc14d


Comments

No comments written yet.

Please login to write comment.