Color Hex Logo

#afc37b Color Hex

#AFC37B
(175,195,123)
0 Favorites   0 Comments

Color spaces of #afc37b

RGB 175195123
HSL0.210.380.62
HSV77°37°76°
CMYK 0.100.000.37   0.24
XYZ40.769549.574226.1589
Yxy49.57420.34990.4255
Hunter Lab70.4089-19.857327.2584
CIE-Lab75.8072-18.638633.9561

#afc37b color RGB value is (175,195,123).

#afc37b hex color red value is 175, green value is 195 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #afc37b hue: 0.21 , saturation: 0.38 and the lightness value of afc37b is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000011 01111011
Octal 257 303 173
Decimal 175 195 123
Hex AF C3 7B

RGB Percentages of Color #afc37b

%35.50
%39.55
%24.95

CMYK Percentages of Color #afc37b

%10
%0
%37
%24

Triadic Colors of #afc37b

#afc37b #7bafc3 #c37baf

Analogous Colors of #afc37b

#afc37b #8bc37b #c3b37b

Monochromatic Colors of #afc37b

#afc37b

Complementary Color

#afc37b #8f7bc3

#afc37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc37b Color CSS Codes

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

#afc37b Text Font Color

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

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


#afc37b Background Color

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

This div background color is #afc37b


#afc37b Border Color

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

This div border color is #afc37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc37b


Comments

No comments written yet.

Please login to write comment.