Color Hex Logo

#02966f Color Hex

#02966F
(2,150,111)
0 Favorites   0 Comments

Color spaces of #02966f

RGB 2150111
HSL0.460.970.30
HSV164°99°59°
CMYK 0.990.000.26   0.41
XYZ13.800622.973318.7458
Yxy22.97330.24860.4138
Hunter Lab47.9305-32.482910.3628
CIE-Lab55.0448-43.429011.2297

#02966f color RGB value is (2,150,111).

#02966f hex color red value is 2, green value is 150 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #02966f hue: 0.46 , saturation: 0.97 and the lightness value of 02966f is 0.30.

The process color (four color CMYK) of #02966f color hex is 0.99, 0.00, 0.26, 0.41. Web safe color of #02966f is #009966. Color #02966f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10010110 01101111
Octal 2 226 157
Decimal 2 150 111
Hex 2 96 6F

RGB Percentages of Color #02966f

%0.76
%57.03
%42.21

CMYK Percentages of Color #02966f

%99
%0
%26
%41

Triadic Colors of #02966f

#02966f #6f0296 #966f02

Analogous Colors of #02966f

#02966f #027396 #029625

Monochromatic Colors of #02966f

#02966f

Complementary Color

#02966f #960229

#02966f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02966f Color Preview on White Background

Lorem ipsum dolor sit amet.

#02966f Color CSS Codes

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

#02966f Text Font Color

<p style="color:#02966f">Text here</p>

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


#02966f Background Color

<div style="background-color:#02966f">
Div content here</div>

This div background color is #02966f


#02966f Border Color

<div style="border:3px solid #02966f">
Div here</div>

This div border color is #02966f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,150,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02966f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02966f;
  -webkit-box-shadow: 1px 1px 3px 2px #02966f;
  box-shadow:         1px 1px 3px 2px #02966f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02966f


Comments

No comments written yet.

Please login to write comment.