Color Hex Logo

#afc11b Color Hex

#AFC11B
(175,193,27)
0 Favorites   0 Comments

Color spaces of #afc11b

RGB 17519327
HSL0.180.750.43
HSV67°86°76°
CMYK 0.090.000.86   0.24
XYZ36.947047.33308.2258
Yxy47.33300.39940.5117
Hunter Lab68.7990-24.538741.0704
CIE-Lab74.4023-24.756871.3181

#afc11b color RGB value is (175,193,27).

#afc11b hex color red value is 175, green value is 193 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #afc11b hue: 0.18 , saturation: 0.75 and the lightness value of afc11b is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 00011011
Octal 257 301 33
Decimal 175 193 27
Hex AF C1 1B

RGB Percentages of Color #afc11b

%44.30
%48.86
%6.84

CMYK Percentages of Color #afc11b

%9
%0
%86
%24

Triadic Colors of #afc11b

#afc11b #1bafc1 #c11baf

Analogous Colors of #afc11b

#afc11b #5cc11b #c1801b

Monochromatic Colors of #afc11b

#afc11b

Complementary Color

#afc11b #2d1bc1

#afc11b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc11b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc11b Color CSS Codes

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

#afc11b Text Font Color

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

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


#afc11b Background Color

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

This div background color is #afc11b


#afc11b Border Color

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

This div border color is #afc11b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,193,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 #afc11b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc11b


Comments

No comments written yet.

Please login to write comment.