Color Hex Logo

#afc51b Color Hex

#AFC51B
(175,197,27)
0 Favorites   0 Comments

Color spaces of #afc51b

RGB 17519727
HSL0.190.760.44
HSV68°86°77°
CMYK 0.110.000.86   0.23
XYZ37.843349.12568.5245
Yxy49.12560.39630.5144
Hunter Lab70.0897-26.279941.8517
CIE-Lab75.5294-26.687972.2502

#afc51b color RGB value is (175,197,27).

#afc51b hex color red value is 175, green value is 197 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #afc51b hue: 0.19 , saturation: 0.76 and the lightness value of afc51b is 0.44.

The process color (four color CMYK) of #afc51b color hex is 0.11, 0.00, 0.86, 0.23. Web safe color of #afc51b is #99cc33. Color #afc51b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 00011011
Octal 257 305 33
Decimal 175 197 27
Hex AF C5 1B

RGB Percentages of Color #afc51b

%43.86
%49.37
%6.77

CMYK Percentages of Color #afc51b

%11
%0
%86
%23

Triadic Colors of #afc51b

#afc51b #1bafc5 #c51baf

Analogous Colors of #afc51b

#afc51b #5ac51b #c5861b

Monochromatic Colors of #afc51b

#afc51b

Complementary Color

#afc51b #311bc5

#afc51b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc51b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc51b Color CSS Codes

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

#afc51b Text Font Color

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

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


#afc51b Background Color

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

This div background color is #afc51b


#afc51b Border Color

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

This div border color is #afc51b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc51b


Comments

No comments written yet.

Please login to write comment.