Color Hex Logo

#06ea3e Color Hex

#06EA3E
(6,234,62)
0 Favorites   0 Comments

Color spaces of #06ea3e

RGB 623462
HSL0.370.950.47
HSV135°97°92°
CMYK 0.970.000.74   0.08
XYZ30.367459.232214.3899
Yxy59.23220.29200.5696
Hunter Lab76.9625-64.252842.7881
CIE-Lab81.4191-78.093266.0901

#06ea3e color RGB value is (6,234,62).

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

The process color (four color CMYK) of #06ea3e color hex is 0.97, 0.00, 0.74, 0.08. Web safe color of #06ea3e is #00ff33. Color #06ea3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11101010 00111110
Octal 6 352 76
Decimal 6 234 62
Hex 6 EA 3E

RGB Percentages of Color #06ea3e

%1.99
%77.48
%20.53

CMYK Percentages of Color #06ea3e

%97
%0
%74
%8

Triadic Colors of #06ea3e

#06ea3e #3e06ea #ea3e06

Analogous Colors of #06ea3e

#06ea3e #06eab0 #40ea06

Monochromatic Colors of #06ea3e

#06ea3e

Complementary Color

#06ea3e #ea06b2

#06ea3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06ea3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06ea3e Color CSS Codes

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

#06ea3e Text Font Color

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

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


#06ea3e Background Color

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

This div background color is #06ea3e


#06ea3e Border Color

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

This div border color is #06ea3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06ea3e


Comments

No comments written yet.

Please login to write comment.