Color Hex Logo

#afb715 Color Hex

#AFB715
(175,183,21)
0 Favorites   0 Comments

Color spaces of #afb715

RGB 17518321
HSL0.170.790.40
HSV63°89°72°
CMYK 0.040.000.89   0.28
XYZ34.748043.03517.1847
Yxy43.03510.40900.5065
Hunter Lab65.6011-20.253139.4273
CIE-Lab71.5788-19.974770.1790

#afb715 color RGB value is (175,183,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 00010101
Octal 257 267 25
Decimal 175 183 21
Hex AF B7 15

RGB Percentages of Color #afb715

%46.17
%48.28
%5.54

CMYK Percentages of Color #afb715

%4
%0
%89
%28

Triadic Colors of #afb715

#afb715 #15afb7 #b715af

Analogous Colors of #afb715

#afb715 #5eb715 #b76e15

Monochromatic Colors of #afb715

#afb715

Complementary Color

#afb715 #1d15b7

#afb715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb715 Color CSS Codes

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

#afb715 Text Font Color

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

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


#afb715 Background Color

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

This div background color is #afb715


#afb715 Border Color

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

This div border color is #afb715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb715


Comments

No comments written yet.

Please login to write comment.