Color Hex Logo

#afab78 Color Hex

#AFAB78
(175,171,120)
0 Favorites   0 Comments

Color spaces of #afab78

RGB 175171120
HSL0.150.260.58
HSV56°31°69°
CMYK 0.000.020.31   0.31
XYZ35.632339.595823.5340
Yxy39.59580.36080.4009
Hunter Lab62.9252-9.040921.8732
CIE-Lab69.1807-6.630526.8372

#afab78 color RGB value is (175,171,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 01111000
Octal 257 253 170
Decimal 175 171 120
Hex AF AB 78

RGB Percentages of Color #afab78

%37.55
%36.70
%25.75

CMYK Percentages of Color #afab78

%0
%2
%31
%31

Triadic Colors of #afab78

#afab78 #78afab #ab78af

Analogous Colors of #afab78

#afab78 #98af78 #af9078

Monochromatic Colors of #afab78

#afab78

Complementary Color

#afab78 #787caf

#afab78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab78 Color CSS Codes

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

#afab78 Text Font Color

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

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


#afab78 Background Color

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

This div background color is #afab78


#afab78 Border Color

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

This div border color is #afab78


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,171,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 #afab78">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab78


Comments

No comments written yet.

Please login to write comment.