Color Hex Logo

#afb202 Color Hex

#AFB202
(175,178,2)
0 Favorites   0 Comments

Color spaces of #afb202

RGB 1751782
HSL0.170.980.35
HSV61°99°70°
CMYK 0.020.000.99   0.30
XYZ33.610540.95916.1919
Yxy40.95910.41620.5072
Hunter Lab63.9993-18.256039.0632
CIE-Lab70.1473-17.748971.6194

#afb202 color RGB value is (175,178,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 00000010
Octal 257 262 2
Decimal 175 178 2
Hex AF B2 2

RGB Percentages of Color #afb202

%49.30
%50.14
%0.56

CMYK Percentages of Color #afb202

%2
%0
%99
%30

Triadic Colors of #afb202

#afb202 #02afb2 #b202af

Analogous Colors of #afb202

#afb202 #57b202 #b25d02

Monochromatic Colors of #afb202

#afb202

Complementary Color

#afb202 #0502b2

#afb202 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb202 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb202 Color CSS Codes

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

#afb202 Text Font Color

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

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


#afb202 Background Color

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

This div background color is #afb202


#afb202 Border Color

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

This div border color is #afb202


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb202


Comments

No comments written yet.

Please login to write comment.