Color Hex Logo

#06fe34 Color Hex

#06FE34
(6,254,52)
0 Favorites   0 Comments

Color spaces of #06fe34

RGB 625452
HSL0.360.990.51
HSV131°98°100°
CMYK 0.980.000.80   0.00
XYZ36.136771.170315.0815
Yxy71.17030.29530.5815
Hunter Lab84.3625-71.173848.4545
CIE-Lab87.5677-84.191675.0846

#06fe34 color RGB value is (6,254,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11111110 00110100
Octal 6 376 64
Decimal 6 254 52
Hex 6 FE 34

RGB Percentages of Color #06fe34

%1.92
%81.41
%16.67

CMYK Percentages of Color #06fe34

%98
%0
%80
%0

Triadic Colors of #06fe34

#06fe34 #3406fe #fe3406

Analogous Colors of #06fe34

#06fe34 #06feb0 #54fe06

Monochromatic Colors of #06fe34

#06fe34

Complementary Color

#06fe34 #fe06d0

#06fe34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06fe34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06fe34 Color CSS Codes

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

#06fe34 Text Font Color

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

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


#06fe34 Background Color

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

This div background color is #06fe34


#06fe34 Border Color

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

This div border color is #06fe34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06fe34

Related Colors


Comments

No comments written yet.

Please login to write comment.