Color Hex Logo

#afc14b Color Hex

#AFC14B
(175,193,75)
0 Favorites   0 Comments

Color spaces of #afc14b

RGB 17519375
HSL0.190.490.53
HSV69°61°76°
CMYK 0.090.000.61   0.24
XYZ38.019247.761913.8718
Yxy47.76190.38150.4793
Hunter Lab69.1100-22.745036.4763
CIE-Lab74.6745-22.433955.6991

#afc14b color RGB value is (175,193,75).

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

The process color (four color CMYK) of #afc14b color hex is 0.09, 0.00, 0.61, 0.24. Web safe color of #afc14b is #99cc33. Color #afc14b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 01001011
Octal 257 301 113
Decimal 175 193 75
Hex AF C1 4B

RGB Percentages of Color #afc14b

%39.50
%43.57
%16.93

CMYK Percentages of Color #afc14b

%9
%0
%61
%24

Triadic Colors of #afc14b

#afc14b #4bafc1 #c14baf

Analogous Colors of #afc14b

#afc14b #74c14b #c1984b

Monochromatic Colors of #afc14b

#afc14b

Complementary Color

#afc14b #5d4bc1

#afc14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc14b Color CSS Codes

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

#afc14b Text Font Color

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

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


#afc14b Background Color

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

This div background color is #afc14b


#afc14b Border Color

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

This div border color is #afc14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc14b


Comments

No comments written yet.

Please login to write comment.