Color Hex Logo

#9fe675 Color Hex

#9FE675
(159,230,117)
0 Favorites   0 Comments

Color spaces of #9fe675

RGB 159230117
HSL0.270.690.68
HSV98°49°90°
CMYK 0.310.000.49   0.10
XYZ45.805865.248927.0097
Yxy65.24890.33180.4726
Hunter Lab80.7768-40.138036.7187
CIE-Lab84.6118-41.661547.8030

#9fe675 color RGB value is (159,230,117).

#9fe675 hex color red value is 159, green value is 230 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #9fe675 hue: 0.27 , saturation: 0.69 and the lightness value of 9fe675 is 0.68.

The process color (four color CMYK) of #9fe675 color hex is 0.31, 0.00, 0.49, 0.10. Web safe color of #9fe675 is #99ff66. Color #9fe675 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11100110 01110101
Octal 237 346 165
Decimal 159 230 117
Hex 9F E6 75

RGB Percentages of Color #9fe675

%31.42
%45.45
%23.12

CMYK Percentages of Color #9fe675

%31
%0
%49
%10

Triadic Colors of #9fe675

#9fe675 #759fe6 #e6759f

Analogous Colors of #9fe675

#9fe675 #75e684 #d8e675

Monochromatic Colors of #9fe675

#9fe675

Complementary Color

#9fe675 #bc75e6

#9fe675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fe675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fe675 Color CSS Codes

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

#9fe675 Text Font Color

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

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


#9fe675 Background Color

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

This div background color is #9fe675


#9fe675 Border Color

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

This div border color is #9fe675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fe675


Comments

No comments written yet.

Please login to write comment.