Color Hex Logo

#06fc7c Color Hex

#06FC7C
(6,252,124)
0 Favorites   0 Comments

Color spaces of #06fc7c

RGB 6252124
HSL0.410.980.51
HSV149°98°99°
CMYK 0.980.000.51   0.01
XYZ38.523671.114830.7649
Yxy71.11480.27440.5065
Hunter Lab84.3296-66.034137.4007
CIE-Lab87.5408-76.269947.2799

#06fc7c color RGB value is (6,252,124).

#06fc7c hex color red value is 6, green value is 252 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #06fc7c hue: 0.41 , saturation: 0.98 and the lightness value of 06fc7c is 0.51.

The process color (four color CMYK) of #06fc7c color hex is 0.98, 0.00, 0.51, 0.01. Web safe color of #06fc7c is #00ff66. Color #06fc7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11111100 01111100
Octal 6 374 174
Decimal 6 252 124
Hex 6 FC 7C

RGB Percentages of Color #06fc7c

%1.57
%65.97
%32.46

CMYK Percentages of Color #06fc7c

%98
%0
%51
%1

Triadic Colors of #06fc7c

#06fc7c #7c06fc #fc7c06

Analogous Colors of #06fc7c

#06fc7c #06fcf7 #0bfc06

Monochromatic Colors of #06fc7c

#06fc7c

Complementary Color

#06fc7c #fc0686

#06fc7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06fc7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06fc7c Color CSS Codes

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

#06fc7c Text Font Color

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

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


#06fc7c Background Color

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

This div background color is #06fc7c


#06fc7c Border Color

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

This div border color is #06fc7c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,252,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06fc7c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06fc7c;
  -webkit-box-shadow: 1px 1px 3px 2px #06fc7c;
  box-shadow:         1px 1px 3px 2px #06fc7c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,252,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06fc7c


Comments

No comments written yet.

Please login to write comment.