Color Hex Logo

#06bc0a Color Hex

#06BC0A
(6,188,10)
0 Favorites   0 Comments

Color spaces of #06bc0a

RGB 618810
HSL0.340.940.38
HSV121°97°74°
CMYK 0.970.000.95   0.26
XYZ18.113136.02716.2864
Yxy36.02710.29980.5962
Hunter Lab60.0226-51.173335.8061
CIE-Lab66.5406-68.046665.0118

#06bc0a color RGB value is (6,188,10).

#06bc0a hex color red value is 6, green value is 188 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #06bc0a hue: 0.34 , saturation: 0.94 and the lightness value of 06bc0a is 0.38.

The process color (four color CMYK) of #06bc0a color hex is 0.97, 0.00, 0.95, 0.26. Web safe color of #06bc0a is #00cc00. Color #06bc0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10111100 00001010
Octal 6 274 12
Decimal 6 188 10
Hex 6 BC A

RGB Percentages of Color #06bc0a

%2.94
%92.16
%4.90

CMYK Percentages of Color #06bc0a

%97
%0
%95
%26

Triadic Colors of #06bc0a

#06bc0a #0a06bc #bc0a06

Analogous Colors of #06bc0a

#06bc0a #06bc65 #5dbc06

Monochromatic Colors of #06bc0a

#06bc0a

Complementary Color

#06bc0a #bc06b8

#06bc0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06bc0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06bc0a Color CSS Codes

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

#06bc0a Text Font Color

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

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


#06bc0a Background Color

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

This div background color is #06bc0a


#06bc0a Border Color

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

This div border color is #06bc0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06bc0a


Comments

No comments written yet.

Please login to write comment.