Color Hex Logo

#afb301 Color Hex

#AFB301
(175,179,1)
0 Favorites   0 Comments

Color spaces of #afb301

RGB 1751791
HSL0.170.990.35
HSV61°99°70°
CMYK 0.020.000.99   0.30
XYZ33.804841.35646.2296
Yxy41.35640.41530.5081
Hunter Lab64.3089-18.709939.2728
CIE-Lab70.4249-18.265671.9424

#afb301 color RGB value is (175,179,1).

#afb301 hex color red value is 175, green value is 179 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #afb301 hue: 0.17 , saturation: 0.99 and the lightness value of afb301 is 0.35.

The process color (four color CMYK) of #afb301 color hex is 0.02, 0.00, 0.99, 0.30. Web safe color of #afb301 is #99cc00. Color #afb301 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 00000001
Octal 257 263 1
Decimal 175 179 1
Hex AF B3 1

RGB Percentages of Color #afb301

%49.30
%50.42
%0.28

CMYK Percentages of Color #afb301

%2
%0
%99
%30

Triadic Colors of #afb301

#afb301 #01afb3 #b301af

Analogous Colors of #afb301

#afb301 #56b301 #b35e01

Monochromatic Colors of #afb301

#afb301

Complementary Color

#afb301 #0501b3

#afb301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb301 Color CSS Codes

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

#afb301 Text Font Color

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

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


#afb301 Background Color

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

This div background color is #afb301


#afb301 Border Color

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

This div border color is #afb301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb301


Comments

No comments written yet.

Please login to write comment.