Color Hex Logo

#afc26e Color Hex

#AFC26E
(175,194,110)
0 Favorites   0 Comments

Color spaces of #afc26e

RGB 175194110
HSL0.200.410.60
HSV74°43°76°
CMYK 0.100.000.43   0.24
XYZ39.785548.823322.0788
Yxy48.82330.35940.4411
Hunter Lab69.8737-20.642530.1770
CIE-Lab75.3413-19.688939.9857

#afc26e color RGB value is (175,194,110).

#afc26e hex color red value is 175, green value is 194 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #afc26e hue: 0.20 , saturation: 0.41 and the lightness value of afc26e is 0.60.

The process color (four color CMYK) of #afc26e color hex is 0.10, 0.00, 0.43, 0.24. Web safe color of #afc26e is #99cc66. Color #afc26e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000010 01101110
Octal 257 302 156
Decimal 175 194 110
Hex AF C2 6E

RGB Percentages of Color #afc26e

%36.53
%40.50
%22.96

CMYK Percentages of Color #afc26e

%10
%0
%43
%24

Triadic Colors of #afc26e

#afc26e #6eafc2 #c26eaf

Analogous Colors of #afc26e

#afc26e #85c26e #c2ab6e

Monochromatic Colors of #afc26e

#afc26e

Complementary Color

#afc26e #816ec2

#afc26e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc26e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc26e Color CSS Codes

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

#afc26e Text Font Color

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

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


#afc26e Background Color

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

This div background color is #afc26e


#afc26e Border Color

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

This div border color is #afc26e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc26e


Comments

No comments written yet.

Please login to write comment.