Color Hex Logo

#afaf78 Color Hex

#AFAF78
(175,175,120)
0 Favorites   0 Comments

Color spaces of #afaf78

RGB 175175120
HSL0.170.260.58
HSV60°31°69°
CMYK 0.000.000.31   0.31
XYZ36.399341.130023.7897
Yxy41.13000.35930.4059
Hunter Lab64.1327-10.922322.8995
CIE-Lab70.2669-8.744028.2769

#afaf78 color RGB value is (175,175,120).

#afaf78 hex color red value is 175, green value is 175 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #afaf78 hue: 0.17 , saturation: 0.26 and the lightness value of afaf78 is 0.58.

The process color (four color CMYK) of #afaf78 color hex is 0.00, 0.00, 0.31, 0.31. Web safe color of #afaf78 is #999966. Color #afaf78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 01111000
Octal 257 257 170
Decimal 175 175 120
Hex AF AF 78

RGB Percentages of Color #afaf78

%37.23
%37.23
%25.53

CMYK Percentages of Color #afaf78

%0
%0
%31
%31

Triadic Colors of #afaf78

#afaf78 #78afaf #af78af

Analogous Colors of #afaf78

#afaf78 #94af78 #af9478

Monochromatic Colors of #afaf78

#afaf78

Complementary Color

#afaf78 #7878af

#afaf78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaf78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaf78 Color CSS Codes

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

#afaf78 Text Font Color

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

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


#afaf78 Background Color

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

This div background color is #afaf78


#afaf78 Border Color

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

This div border color is #afaf78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaf78


Comments

No comments written yet.

Please login to write comment.