Color Hex Logo

#9fc875 Color Hex

#9FC875
(159,200,117)
0 Favorites   0 Comments

Color spaces of #9fc875

RGB 159200117
HSL0.250.430.62
HSV90°42°78°
CMYK 0.210.000.42   0.22
XYZ38.163249.963824.4622
Yxy49.96380.33900.4438
Hunter Lab70.6851-27.325928.9609
CIE-Lab76.0470-27.885537.1181

#9fc875 color RGB value is (159,200,117).

#9fc875 hex color red value is 159, green value is 200 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #9fc875 hue: 0.25 , saturation: 0.43 and the lightness value of 9fc875 is 0.62.

The process color (four color CMYK) of #9fc875 color hex is 0.21, 0.00, 0.42, 0.22. Web safe color of #9fc875 is #99cc66. Color #9fc875 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001000 01110101
Octal 237 310 165
Decimal 159 200 117
Hex 9F C8 75

RGB Percentages of Color #9fc875

%33.40
%42.02
%24.58

CMYK Percentages of Color #9fc875

%21
%0
%42
%22

Triadic Colors of #9fc875

#9fc875 #759fc8 #c8759f

Analogous Colors of #9fc875

#9fc875 #76c875 #c8c875

Monochromatic Colors of #9fc875

#9fc875

Complementary Color

#9fc875 #9e75c8

#9fc875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fc875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fc875 Color CSS Codes

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

#9fc875 Text Font Color

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

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


#9fc875 Background Color

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

This div background color is #9fc875


#9fc875 Border Color

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

This div border color is #9fc875


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,200,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fc875; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fc875;
  -webkit-box-shadow: 1px 1px 3px 2px #9fc875;
  box-shadow:         1px 1px 3px 2px #9fc875; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,200,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 #9fc875">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fc875


Comments

No comments written yet.

Please login to write comment.