Color Hex Logo

#afcb78 Color Hex

#AFCB78
(175,203,120)
0 Favorites   0 Comments

Color spaces of #afcb78

RGB 175203120
HSL0.220.440.63
HSV80°41°80°
CMYK 0.140.000.41   0.20
XYZ42.425353.181925.7984
Yxy53.18190.34950.4381
Hunter Lab72.9259-23.776430.0736
CIE-Lab77.9823-22.976838.2801

#afcb78 color RGB value is (175,203,120).

#afcb78 hex color red value is 175, green value is 203 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #afcb78 hue: 0.22 , saturation: 0.44 and the lightness value of afcb78 is 0.63.

The process color (four color CMYK) of #afcb78 color hex is 0.14, 0.00, 0.41, 0.20. Web safe color of #afcb78 is #99cc66. Color #afcb78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 01111000
Octal 257 313 170
Decimal 175 203 120
Hex AF CB 78

RGB Percentages of Color #afcb78

%35.14
%40.76
%24.10

CMYK Percentages of Color #afcb78

%14
%0
%41
%20

Triadic Colors of #afcb78

#afcb78 #78afcb #cb78af

Analogous Colors of #afcb78

#afcb78 #86cb78 #cbbe78

Monochromatic Colors of #afcb78

#afcb78

Complementary Color

#afcb78 #9478cb

#afcb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcb78 Color CSS Codes

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

#afcb78 Text Font Color

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

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


#afcb78 Background Color

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

This div background color is #afcb78


#afcb78 Border Color

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

This div border color is #afcb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcb78


Comments

No comments written yet.

Please login to write comment.