Color Hex Logo

#afcd76 Color Hex

#AFCD76
(175,205,118)
1 Favorites   0 Comments

Color spaces of #afcd76

RGB 175205118
HSL0.220.470.63
HSV81°42°80°
CMYK 0.150.000.42   0.20
XYZ42.780554.084625.3241
Yxy54.08460.35010.4426
Hunter Lab73.5422-24.863131.0632
CIE-Lab78.5110-24.192539.9549

#afcd76 color RGB value is (175,205,118).

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

The process color (four color CMYK) of #afcd76 color hex is 0.15, 0.00, 0.42, 0.20. Web safe color of #afcd76 is #99cc66. Color #afcd76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 01110110
Octal 257 315 166
Decimal 175 205 118
Hex AF CD 76

RGB Percentages of Color #afcd76

%35.14
%41.16
%23.69

CMYK Percentages of Color #afcd76

%15
%0
%42
%20

Triadic Colors of #afcd76

#afcd76 #76afcd #cd76af

Analogous Colors of #afcd76

#afcd76 #84cd76 #cdc076

Monochromatic Colors of #afcd76

#afcd76

Complementary Color

#afcd76 #9476cd

#afcd76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcd76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcd76 Color CSS Codes

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

#afcd76 Text Font Color

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

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


#afcd76 Background Color

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

This div background color is #afcd76


#afcd76 Border Color

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

This div border color is #afcd76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcd76


Comments

No comments written yet.

Please login to write comment.