Color Hex Logo

#afbf11 Color Hex

#AFBF11
(175,191,17)
0 Favorites   0 Comments

Color spaces of #afbf11

RGB 17519117
HSL0.180.840.41
HSV66°91°75°
CMYK 0.080.000.91   0.25
XYZ36.411246.41607.5704
Yxy46.41600.40280.5135
Hunter Lab68.1293-23.828241.1023
CIE-Lab73.8147-23.996572.6129

#afbf11 color RGB value is (175,191,17).

#afbf11 hex color red value is 175, green value is 191 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #afbf11 hue: 0.18 , saturation: 0.84 and the lightness value of afbf11 is 0.41.

The process color (four color CMYK) of #afbf11 color hex is 0.08, 0.00, 0.91, 0.25. Web safe color of #afbf11 is #99cc00. Color #afbf11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 00010001
Octal 257 277 21
Decimal 175 191 17
Hex AF BF 11

RGB Percentages of Color #afbf11

%45.69
%49.87
%4.44

CMYK Percentages of Color #afbf11

%8
%0
%91
%25

Triadic Colors of #afbf11

#afbf11 #11afbf #bf11af

Analogous Colors of #afbf11

#afbf11 #58bf11 #bf7811

Monochromatic Colors of #afbf11

#afbf11

Complementary Color

#afbf11 #2111bf

#afbf11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbf11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbf11 Color CSS Codes

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

#afbf11 Text Font Color

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

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


#afbf11 Background Color

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

This div background color is #afbf11


#afbf11 Border Color

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

This div border color is #afbf11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbf11


Comments

No comments written yet.

Please login to write comment.