Color Hex Logo

#06ea60 Color Hex

#06EA60
(6,234,96)
0 Favorites   0 Comments

Color spaces of #06ea60

RGB 623496
HSL0.400.950.47
HSV144°97°92°
CMYK 0.970.000.59   0.08
XYZ31.609259.728920.9292
Yxy59.72890.28160.5320
Hunter Lab77.2845-62.241738.0430
CIE-Lab81.6906-74.666553.0086

#06ea60 color RGB value is (6,234,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11101010 01100000
Octal 6 352 140
Decimal 6 234 96
Hex 6 EA 60

RGB Percentages of Color #06ea60

%1.79
%69.64
%28.57

CMYK Percentages of Color #06ea60

%97
%0
%59
%8

Triadic Colors of #06ea60

#06ea60 #6006ea #ea6006

Analogous Colors of #06ea60

#06ea60 #06ead2 #1eea06

Monochromatic Colors of #06ea60

#06ea60

Complementary Color

#06ea60 #ea0690

#06ea60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06ea60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06ea60 Color CSS Codes

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

#06ea60 Text Font Color

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

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


#06ea60 Background Color

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

This div background color is #06ea60


#06ea60 Border Color

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

This div border color is #06ea60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06ea60


Comments

No comments written yet.

Please login to write comment.