Color Hex Logo

#afb704 Color Hex

#AFB704
(175,183,4)
0 Favorites   0 Comments

Color spaces of #afb704

RGB 1751834
HSL0.170.960.37
HSV63°98°72°
CMYK 0.040.000.98   0.28
XYZ34.634642.98976.5873
Yxy42.98970.41130.5105
Hunter Lab65.5665-20.451339.9399
CIE-Lab71.5480-20.231272.4310

#afb704 color RGB value is (175,183,4).

#afb704 hex color red value is 175, green value is 183 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #afb704 hue: 0.17 , saturation: 0.96 and the lightness value of afb704 is 0.37.

The process color (four color CMYK) of #afb704 color hex is 0.04, 0.00, 0.98, 0.28. Web safe color of #afb704 is #99cc00. Color #afb704 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 00000100
Octal 257 267 4
Decimal 175 183 4
Hex AF B7 4

RGB Percentages of Color #afb704

%48.34
%50.55
%1.10

CMYK Percentages of Color #afb704

%4
%0
%98
%28

Triadic Colors of #afb704

#afb704 #04afb7 #b704af

Analogous Colors of #afb704

#afb704 #56b704 #b76604

Monochromatic Colors of #afb704

#afb704

Complementary Color

#afb704 #0c04b7

#afb704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb704 Color CSS Codes

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

#afb704 Text Font Color

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

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


#afb704 Background Color

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

This div background color is #afb704


#afb704 Border Color

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

This div border color is #afb704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb704


Comments

No comments written yet.

Please login to write comment.