Color Hex Logo

#afac08 Color Hex

#AFAC08
(175,172,8)
0 Favorites   0 Comments

Color spaces of #afac08

RGB 1751728
HSL0.160.910.36
HSV59°95°69°
CMYK 0.000.020.95   0.31
XYZ32.475538.63655.9757
Yxy38.63650.42130.5012
Hunter Lab62.1583-15.517037.8108
CIE-Lab68.4871-14.618869.6629

#afac08 color RGB value is (175,172,8).

#afac08 hex color red value is 175, green value is 172 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #afac08 hue: 0.16 , saturation: 0.91 and the lightness value of afac08 is 0.36.

The process color (four color CMYK) of #afac08 color hex is 0.00, 0.02, 0.95, 0.31. Web safe color of #afac08 is #999900. Color #afac08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 00001000
Octal 257 254 10
Decimal 175 172 8
Hex AF AC 8

RGB Percentages of Color #afac08

%49.30
%48.45
%2.25

CMYK Percentages of Color #afac08

%0
%2
%95
%31

Triadic Colors of #afac08

#afac08 #08afac #ac08af

Analogous Colors of #afac08

#afac08 #5faf08 #af5908

Monochromatic Colors of #afac08

#afac08

Complementary Color

#afac08 #080baf

#afac08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac08 Color CSS Codes

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

#afac08 Text Font Color

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

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


#afac08 Background Color

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

This div background color is #afac08


#afac08 Border Color

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

This div border color is #afac08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac08


Comments

No comments written yet.

Please login to write comment.