Color Hex Logo

#06d62e Color Hex

#06D62E
(6,214,46)
0 Favorites   0 Comments

Color spaces of #06d62e

RGB 621446
HSL0.370.950.43
HSV132°97°84°
CMYK 0.970.000.79   0.16
XYZ24.614848.329110.6159
Yxy48.32910.29460.5784
Hunter Lab69.5191-58.456639.6095
CIE-Lab75.0320-73.674164.9007

#06d62e color RGB value is (6,214,46).

#06d62e hex color red value is 6, green value is 214 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #06d62e hue: 0.37 , saturation: 0.95 and the lightness value of 06d62e is 0.43.

The process color (four color CMYK) of #06d62e color hex is 0.97, 0.00, 0.79, 0.16. Web safe color of #06d62e is #00cc33. Color #06d62e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11010110 00101110
Octal 6 326 56
Decimal 6 214 46
Hex 6 D6 2E

RGB Percentages of Color #06d62e

%2.26
%80.45
%17.29

CMYK Percentages of Color #06d62e

%97
%0
%79
%16

Triadic Colors of #06d62e

#06d62e #2e06d6 #d62e06

Analogous Colors of #06d62e

#06d62e #06d696 #46d606

Monochromatic Colors of #06d62e

#06d62e

Complementary Color

#06d62e #d606ae

#06d62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06d62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06d62e Color CSS Codes

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

#06d62e Text Font Color

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

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


#06d62e Background Color

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

This div background color is #06d62e


#06d62e Border Color

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

This div border color is #06d62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06d62e


Comments

No comments written yet.

Please login to write comment.