color codes Logo

#06c35b color codes

#06C35B
(6,195,91)
0 Favorites   0 Comments

Color spaces of #06c35b

RGB 619591
HSL0.410.940.39
HSV147°97°76°
CMYK 0.970.000.53   0.24
XYZ21.478539.824316.4523
Yxy39.82430.27620.5122
Hunter Lab63.1065-49.683328.7172
CIE-Lab69.3442-63.313040.6200

#06c35b color RGB value is (6,195,91).

#06c35b hex color red value is 6, green value is 195 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #06c35b hue: 0.41 , saturation: 0.94 and the lightness value of 06c35b is 0.39.

The process color (four color CMYK) of #06c35b color code is 0.97, 0.00, 0.53, 0.24. Web safe color of #06c35b is #00cc66. Color #06c35b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11000011 01011011
Octal 6 303 133
Decimal 6 195 91
Hex 6 C3 5B

RGB Percentages of Color #06c35b

%2.05
%66.78
%31.16

CMYK Percentages of Color #06c35b

%97
%0
%53
%24

Triadic Colors of #06c35b

#06c35b #5b06c3 #c35b06

Analogous Colors of #06c35b

#06c35b #06c3ba #10c306

Monochromatic Colors of #06c35b

#06c35b

Complementary Color

#06c35b #c3066e

#06c35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06c35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#06c35b Color CSS Codes

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

#06c35b Text Font Color

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

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


#06c35b Background Color

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

This div background color is #06c35b


#06c35b Border Color

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

This div border color is #06c35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06c35b


Comments

No comments written yet.

Please login to write comment.