Color Hex Logo

#afc38a Color Hex

#AFC38A
(175,195,138)
0 Favorites   0 Comments

Color spaces of #afc38a

RGB 175195138
HSL0.230.320.65
HSV81°29°76°
CMYK 0.100.000.29   0.24
XYZ41.781749.979231.4896
Yxy49.97920.33900.4055
Hunter Lab70.6960-18.223523.0781
CIE-Lab76.0565-16.618226.4569

#afc38a color RGB value is (175,195,138).

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

The process color (four color CMYK) of #afc38a color hex is 0.10, 0.00, 0.29, 0.24. Web safe color of #afc38a is #99cc99. Color #afc38a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000011 10001010
Octal 257 303 212
Decimal 175 195 138
Hex AF C3 8A

RGB Percentages of Color #afc38a

%34.45
%38.39
%27.17

CMYK Percentages of Color #afc38a

%10
%0
%29
%24

Triadic Colors of #afc38a

#afc38a #8aafc3 #c38aaf

Analogous Colors of #afc38a

#afc38a #93c38a #c3bb8a

Monochromatic Colors of #afc38a

#afc38a

Complementary Color

#afc38a #9e8ac3

#afc38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc38a Color CSS Codes

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

#afc38a Text Font Color

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

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


#afc38a Background Color

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

This div background color is #afc38a


#afc38a Border Color

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

This div border color is #afc38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc38a


Comments

No comments written yet.

Please login to write comment.