Color Hex Logo

#06986a Color Hex

#06986A
(6,152,106)
0 Favorites   0 Comments

Color spaces of #06986a

RGB 6152106
HSL0.450.920.31
HSV161°96°60°
CMYK 0.960.000.30   0.40
XYZ13.904923.535817.4457
Yxy23.53580.25330.4288
Hunter Lab48.5137-33.737712.6387
CIE-Lab55.6200-45.247814.8553

#06986a color RGB value is (6,152,106).

#06986a hex color red value is 6, green value is 152 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #06986a hue: 0.45 , saturation: 0.92 and the lightness value of 06986a is 0.31.

The process color (four color CMYK) of #06986a color hex is 0.96, 0.00, 0.30, 0.40. Web safe color of #06986a is #009966. Color #06986a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011000 01101010
Octal 6 230 152
Decimal 6 152 106
Hex 6 98 6A

RGB Percentages of Color #06986a

%2.27
%57.58
%40.15

CMYK Percentages of Color #06986a

%96
%0
%30
%40

Triadic Colors of #06986a

#06986a #6a0698 #986a06

Analogous Colors of #06986a

#06986a #067d98 #069821

Monochromatic Colors of #06986a

#06986a

Complementary Color

#06986a #980634

#06986a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06986a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06986a Color CSS Codes

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

#06986a Text Font Color

<p style="color:#06986a">Text here</p>

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


#06986a Background Color

<div style="background-color:#06986a">
Div content here</div>

This div background color is #06986a


#06986a Border Color

<div style="border:3px solid #06986a">
Div here</div>

This div border color is #06986a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,152,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06986a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06986a;
  -webkit-box-shadow: 1px 1px 3px 2px #06986a;
  box-shadow:         1px 1px 3px 2px #06986a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06986a


Comments

No comments written yet.

Please login to write comment.