Color Hex Logo

#06947f Color Hex

#06947F
(6,148,127)
0 Favorites   0 Comments

Color spaces of #06947f

RGB 6148127
HSL0.480.920.30
HSV171°96°58°
CMYK 0.960.000.14   0.42
XYZ14.495822.750823.7060
Yxy22.75080.23780.3733
Hunter Lab47.6978-29.22343.9211
CIE-Lab54.8147-38.09651.7767

#06947f color RGB value is (6,148,127).

#06947f hex color red value is 6, green value is 148 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #06947f hue: 0.48 , saturation: 0.92 and the lightness value of 06947f is 0.30.

The process color (four color CMYK) of #06947f color hex is 0.96, 0.00, 0.14, 0.42. Web safe color of #06947f is #009966. Color #06947f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010100 01111111
Octal 6 224 177
Decimal 6 148 127
Hex 6 94 7F

RGB Percentages of Color #06947f

%2.14
%52.67
%45.20

CMYK Percentages of Color #06947f

%96
%0
%14
%42

Triadic Colors of #06947f

#06947f #7f0694 #947f06

Analogous Colors of #06947f

#06947f #066294 #069438

Monochromatic Colors of #06947f

#06947f

Complementary Color

#06947f #94061b

#06947f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06947f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06947f Color CSS Codes

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

#06947f Text Font Color

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

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


#06947f Background Color

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

This div background color is #06947f


#06947f Border Color

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

This div border color is #06947f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,148,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06947f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06947f;
  -webkit-box-shadow: 1px 1px 3px 2px #06947f;
  box-shadow:         1px 1px 3px 2px #06947f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06947f


Comments

No comments written yet.

Please login to write comment.