Color Hex Logo

#afb711 Color Hex

#AFB711
(175,183,17)
0 Favorites   0 Comments

Color spaces of #afb711

RGB 17518317
HSL0.170.830.39
HSV63°91°72°
CMYK 0.040.000.91   0.28
XYZ34.713943.02147.0047
Yxy43.02140.40970.5077
Hunter Lab65.5907-20.312539.5817
CIE-Lab71.5695-20.051670.8436

#afb711 color RGB value is (175,183,17).

#afb711 hex color red value is 175, green value is 183 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #afb711 hue: 0.17 , saturation: 0.83 and the lightness value of afb711 is 0.39.

The process color (four color CMYK) of #afb711 color hex is 0.04, 0.00, 0.91, 0.28. Web safe color of #afb711 is #99cc00. Color #afb711 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 00010001
Octal 257 267 21
Decimal 175 183 17
Hex AF B7 11

RGB Percentages of Color #afb711

%46.67
%48.80
%4.53

CMYK Percentages of Color #afb711

%4
%0
%91
%28

Triadic Colors of #afb711

#afb711 #11afb7 #b711af

Analogous Colors of #afb711

#afb711 #5cb711 #b76c11

Monochromatic Colors of #afb711

#afb711

Complementary Color

#afb711 #1911b7

#afb711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb711 Color CSS Codes

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

#afb711 Text Font Color

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

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


#afb711 Background Color

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

This div background color is #afb711


#afb711 Border Color

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

This div border color is #afb711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb711


Comments

No comments written yet.

Please login to write comment.