Color Hex Logo

#8cfd46 Color Hex

#8CFD46
(140,253,70)
0 Favorites   0 Comments

Color spaces of #8cfd46

RGB 14025370
HSL0.270.980.63
HSV97°72°99°
CMYK 0.450.000.72   0.01
XYZ47.046076.268218.0360
Yxy76.26820.33280.5396
Hunter Lab87.3317-56.671648.8874
CIE-Lab89.9837-61.309772.8915

#8cfd46 color RGB value is (140,253,70).

#8cfd46 hex color red value is 140, green value is 253 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #8cfd46 hue: 0.27 , saturation: 0.98 and the lightness value of 8cfd46 is 0.63.

The process color (four color CMYK) of #8cfd46 color hex is 0.45, 0.00, 0.72, 0.01. Web safe color of #8cfd46 is #99ff33. Color #8cfd46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111101 01000110
Octal 214 375 106
Decimal 140 253 70
Hex 8C FD 46

RGB Percentages of Color #8cfd46

%30.24
%54.64
%15.12

CMYK Percentages of Color #8cfd46

%45
%0
%72
%1

Triadic Colors of #8cfd46

#8cfd46 #468cfd #fd468c

Analogous Colors of #8cfd46

#8cfd46 #46fd5c #e8fd46

Monochromatic Colors of #8cfd46

#8cfd46

Complementary Color

#8cfd46 #b746fd

#8cfd46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfd46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfd46 Color CSS Codes

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

#8cfd46 Text Font Color

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

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


#8cfd46 Background Color

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

This div background color is #8cfd46


#8cfd46 Border Color

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

This div border color is #8cfd46


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,253,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8cfd46; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8cfd46;
  -webkit-box-shadow: 1px 1px 3px 2px #8cfd46;
  box-shadow:         1px 1px 3px 2px #8cfd46; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,253,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfd46

Related Colors


Comments

No comments written yet.

Please login to write comment.