Color Hex Logo

#06ff31 Color Hex

#06FF31
(6,255,49)
0 Favorites   0 Comments

Color spaces of #06ff31

RGB 625549
HSL0.361.000.51
HSV130°98°100°
CMYK 0.980.000.81   0.00
XYZ36.389571.780514.8428
Yxy71.78050.29580.5835
Hunter Lab84.7234-71.598448.9193
CIE-Lab87.8628-84.621176.1423

#06ff31 color RGB value is (6,255,49).

#06ff31 hex color red value is 6, green value is 255 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #06ff31 hue: 0.36 , saturation: 1.00 and the lightness value of 06ff31 is 0.51.

The process color (four color CMYK) of #06ff31 color hex is 0.98, 0.00, 0.81, 0.00. Web safe color of #06ff31 is #00ff33. Color #06ff31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11111111 00110001
Octal 6 377 61
Decimal 6 255 49
Hex 6 FF 31

RGB Percentages of Color #06ff31

%1.94
%82.26
%15.81

CMYK Percentages of Color #06ff31

%98
%0
%81
%0

Triadic Colors of #06ff31

#06ff31 #3106ff #ff3106

Analogous Colors of #06ff31

#06ff31 #06ffae #58ff06

Monochromatic Colors of #06ff31

#06ff31

Complementary Color

#06ff31 #ff06d4

#06ff31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06ff31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06ff31 Color CSS Codes

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

#06ff31 Text Font Color

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

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


#06ff31 Background Color

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

This div background color is #06ff31


#06ff31 Border Color

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

This div border color is #06ff31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06ff31

Related Colors


Comments

No comments written yet.

Please login to write comment.