Color Hex Logo

#afcf76 Color Hex

#AFCF76
(175,207,118)
0 Favorites   0 Comments

Color spaces of #afcf76

RGB 175207118
HSL0.230.480.64
HSV82°43°81°
CMYK 0.150.000.43   0.19
XYZ43.262055.047625.4846
Yxy55.04760.34950.4447
Hunter Lab74.1941-25.757631.5706
CIE-Lab79.0687-25.163940.6571

#afcf76 color RGB value is (175,207,118).

#afcf76 hex color red value is 175, green value is 207 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #afcf76 hue: 0.23 , saturation: 0.48 and the lightness value of afcf76 is 0.64.

The process color (four color CMYK) of #afcf76 color hex is 0.15, 0.00, 0.43, 0.19. Web safe color of #afcf76 is #99cc66. Color #afcf76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 01110110
Octal 257 317 166
Decimal 175 207 118
Hex AF CF 76

RGB Percentages of Color #afcf76

%35.00
%41.40
%23.60

CMYK Percentages of Color #afcf76

%15
%0
%43
%19

Triadic Colors of #afcf76

#afcf76 #76afcf #cf76af

Analogous Colors of #afcf76

#afcf76 #83cf76 #cfc376

Monochromatic Colors of #afcf76

#afcf76

Complementary Color

#afcf76 #9676cf

#afcf76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcf76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcf76 Color CSS Codes

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

#afcf76 Text Font Color

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

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


#afcf76 Background Color

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

This div background color is #afcf76


#afcf76 Border Color

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

This div border color is #afcf76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcf76


Comments

No comments written yet.

Please login to write comment.