Color Hex Logo

#afcc80 Color Hex

#AFCC80
(175,204,128)
0 Favorites   0 Comments

Color spaces of #afcc80

RGB 175204128
HSL0.230.430.65
HSV83°37°80°
CMYK 0.140.000.37   0.20
XYZ43.168353.858228.5425
Yxy53.85820.34380.4289
Hunter Lab73.3881-23.432228.3123
CIE-Lab78.3790-22.468934.7232

#afcc80 color RGB value is (175,204,128).

#afcc80 hex color red value is 175, green value is 204 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #afcc80 hue: 0.23 , saturation: 0.43 and the lightness value of afcc80 is 0.65.

The process color (four color CMYK) of #afcc80 color hex is 0.14, 0.00, 0.37, 0.20. Web safe color of #afcc80 is #99cc99. Color #afcc80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 10000000
Octal 257 314 200
Decimal 175 204 128
Hex AF CC 80

RGB Percentages of Color #afcc80

%34.52
%40.24
%25.25

CMYK Percentages of Color #afcc80

%14
%0
%37
%20

Triadic Colors of #afcc80

#afcc80 #80afcc #cc80af

Analogous Colors of #afcc80

#afcc80 #89cc80 #ccc380

Monochromatic Colors of #afcc80

#afcc80

Complementary Color

#afcc80 #9d80cc

#afcc80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcc80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcc80 Color CSS Codes

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

#afcc80 Text Font Color

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

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


#afcc80 Background Color

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

This div background color is #afcc80


#afcc80 Border Color

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

This div border color is #afcc80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcc80


Comments

No comments written yet.

Please login to write comment.