Color Hex Logo

#afb200 Color Hex

#AFB200
(175,178,0)
0 Favorites   0 Comments

Color spaces of #afb200

RGB 1751780
HSL0.171.000.35
HSV61°100°70°
CMYK 0.020.001.00   0.30
XYZ33.599640.95476.1342
Yxy40.95470.41640.5076
Hunter Lab63.9959-18.275339.1140
CIE-Lab70.1442-17.773871.8538

#afb200 color RGB value is (175,178,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 00000000
Octal 257 262 0
Decimal 175 178 0
Hex AF B2 0

RGB Percentages of Color #afb200

%49.58
%50.42
%0.00

CMYK Percentages of Color #afb200

%2
%0
%100
%30

Triadic Colors of #afb200

#afb200 #00afb2 #b200af

Analogous Colors of #afb200

#afb200 #56b200 #b25c00

Monochromatic Colors of #afb200

#afb200

Complementary Color

#afb200 #0300b2

#afb200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb200 Color CSS Codes

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

#afb200 Text Font Color

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

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


#afb200 Background Color

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

This div background color is #afb200


#afb200 Border Color

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

This div border color is #afb200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb200


Comments

No comments written yet.

Please login to write comment.