Color Hex Logo

#afb903 Color Hex

#AFB903
(175,185,3)
0 Favorites   0 Comments

Color spaces of #afb903

RGB 1751853
HSL0.180.970.37
HSV63°98°73°
CMYK 0.050.000.98   0.27
XYZ35.044643.81856.6969
Yxy43.81850.40960.5121
Hunter Lab66.1955-21.342540.3386
CIE-Lab72.1070-21.237272.9618

#afb903 color RGB value is (175,185,3).

#afb903 hex color red value is 175, green value is 185 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #afb903 hue: 0.18 , saturation: 0.97 and the lightness value of afb903 is 0.37.

The process color (four color CMYK) of #afb903 color hex is 0.05, 0.00, 0.98, 0.27. Web safe color of #afb903 is #99cc00. Color #afb903 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111001 00000011
Octal 257 271 3
Decimal 175 185 3
Hex AF B9 3

RGB Percentages of Color #afb903

%48.21
%50.96
%0.83

CMYK Percentages of Color #afb903

%5
%0
%98
%27

Triadic Colors of #afb903

#afb903 #03afb9 #b903af

Analogous Colors of #afb903

#afb903 #54b903 #b96803

Monochromatic Colors of #afb903

#afb903

Complementary Color

#afb903 #0d03b9

#afb903 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb903 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb903 Color CSS Codes

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

#afb903 Text Font Color

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

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


#afb903 Background Color

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

This div background color is #afb903


#afb903 Border Color

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

This div border color is #afb903


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb903


Comments

No comments written yet.

Please login to write comment.