Color Hex Logo

#afc375 Color Hex

#AFC375
(175,195,117)
0 Favorites   0 Comments

Color spaces of #afc375

RGB 175195117
HSL0.210.390.61
HSV75°40°76°
CMYK 0.100.000.40   0.24
XYZ40.405249.428524.2407
Yxy49.42850.35420.4333
Hunter Lab70.3054-20.448828.7711
CIE-Lab75.7171-19.377136.9174

#afc375 color RGB value is (175,195,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000011 01110101
Octal 257 303 165
Decimal 175 195 117
Hex AF C3 75

RGB Percentages of Color #afc375

%35.93
%40.04
%24.02

CMYK Percentages of Color #afc375

%10
%0
%40
%24

Triadic Colors of #afc375

#afc375 #75afc3 #c375af

Analogous Colors of #afc375

#afc375 #88c375 #c3b075

Monochromatic Colors of #afc375

#afc375

Complementary Color

#afc375 #8975c3

#afc375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc375 Color CSS Codes

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

#afc375 Text Font Color

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

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


#afc375 Background Color

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

This div background color is #afc375


#afc375 Border Color

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

This div border color is #afc375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc375


Comments

No comments written yet.

Please login to write comment.