Color Hex Logo

#8fc466 Color Hex

#8FC466
(143,196,102)
0 Favorites   0 Comments

Color spaces of #8fc466

RGB 143196102
HSL0.260.440.58
HSV94°48°77°
CMYK 0.270.000.48   0.23
XYZ33.465946.278819.7392
Yxy46.27880.33640.4652
Hunter Lab68.0285-31.238830.4163
CIE-Lab73.7261-33.682641.5071

#8fc466 color RGB value is (143,196,102).

#8fc466 hex color red value is 143, green value is 196 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #8fc466 hue: 0.26 , saturation: 0.44 and the lightness value of 8fc466 is 0.58.

The process color (four color CMYK) of #8fc466 color hex is 0.27, 0.00, 0.48, 0.23. Web safe color of #8fc466 is #99cc66. Color #8fc466 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11000100 01100110
Octal 217 304 146
Decimal 143 196 102
Hex 8F C4 66

RGB Percentages of Color #8fc466

%32.43
%44.44
%23.13

CMYK Percentages of Color #8fc466

%27
%0
%48
%23

Triadic Colors of #8fc466

#8fc466 #668fc4 #c4668f

Analogous Colors of #8fc466

#8fc466 #66c46c #bec466

Monochromatic Colors of #8fc466

#8fc466

Complementary Color

#8fc466 #9b66c4

#8fc466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fc466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fc466 Color CSS Codes

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

#8fc466 Text Font Color

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

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


#8fc466 Background Color

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

This div background color is #8fc466


#8fc466 Border Color

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

This div border color is #8fc466


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,196,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8fc466; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8fc466;
  -webkit-box-shadow: 1px 1px 3px 2px #8fc466;
  box-shadow:         1px 1px 3px 2px #8fc466; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,196,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fc466


Comments

No comments written yet.

Please login to write comment.