Color Hex Logo

#afbf78 Color Hex

#AFBF78
(175,191,120)
0 Favorites   0 Comments

Color spaces of #afbf78

RGB 175191120
HSL0.200.360.61
HSV74°37°75°
CMYK 0.080.000.37   0.25
XYZ39.700247.731624.8900
Yxy47.73160.35350.4250
Hunter Lab69.0881-18.332327.0015
CIE-Lab74.6553-16.999834.0140

#afbf78 color RGB value is (175,191,120).

#afbf78 hex color red value is 175, green value is 191 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #afbf78 hue: 0.20 , saturation: 0.36 and the lightness value of afbf78 is 0.61.

The process color (four color CMYK) of #afbf78 color hex is 0.08, 0.00, 0.37, 0.25. Web safe color of #afbf78 is #99cc66. Color #afbf78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 01111000
Octal 257 277 170
Decimal 175 191 120
Hex AF BF 78

RGB Percentages of Color #afbf78

%36.01
%39.30
%24.69

CMYK Percentages of Color #afbf78

%8
%0
%37
%25

Triadic Colors of #afbf78

#afbf78 #78afbf #bf78af

Analogous Colors of #afbf78

#afbf78 #8cbf78 #bfac78

Monochromatic Colors of #afbf78

#afbf78

Complementary Color

#afbf78 #8878bf

#afbf78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbf78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbf78 Color CSS Codes

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

#afbf78 Text Font Color

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

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


#afbf78 Background Color

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

This div background color is #afbf78


#afbf78 Border Color

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

This div border color is #afbf78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbf78


Comments

No comments written yet.

Please login to write comment.