Color Hex Logo

#afb303 Color Hex

#AFB303
(175,179,3)
0 Favorites   0 Comments

Color spaces of #afb303

RGB 1751793
HSL0.170.970.36
HSV61°98°70°
CMYK 0.020.000.98   0.30
XYZ33.815741.36076.2873
Yxy41.36070.41510.5077
Hunter Lab64.3123-18.690439.2223
CIE-Lab70.4279-18.240471.7103

#afb303 color RGB value is (175,179,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 00000011
Octal 257 263 3
Decimal 175 179 3
Hex AF B3 3

RGB Percentages of Color #afb303

%49.02
%50.14
%0.84

CMYK Percentages of Color #afb303

%2
%0
%98
%30

Triadic Colors of #afb303

#afb303 #03afb3 #b303af

Analogous Colors of #afb303

#afb303 #57b303 #b35f03

Monochromatic Colors of #afb303

#afb303

Complementary Color

#afb303 #0703b3

#afb303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb303 Color CSS Codes

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

#afb303 Text Font Color

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

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


#afb303 Background Color

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

This div background color is #afb303


#afb303 Border Color

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

This div border color is #afb303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb303


Comments

No comments written yet.

Please login to write comment.