Color Hex Logo

#067982 Color Hex

#067982
(6,121,130)
0 Favorites   0 Comments

Color spaces of #067982

RGB 6121130
HSL0.510.910.27
HSV184°95°51°
CMYK 0.950.070.00   0.49
XYZ10.941715.325223.5005
Yxy15.32520.21990.3079
Hunter Lab39.1474-18.6172-8.1891
CIE-Lab46.0764-24.3399-12.9407

#067982 color RGB value is (6,121,130).

#067982 hex color red value is 6, green value is 121 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #067982 hue: 0.51 , saturation: 0.91 and the lightness value of 067982 is 0.27.

The process color (four color CMYK) of #067982 color hex is 0.95, 0.07, 0.00, 0.49. Web safe color of #067982 is #006699. Color #067982 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111001 10000010
Octal 6 171 202
Decimal 6 121 130
Hex 6 79 82

RGB Percentages of Color #067982

%2.33
%47.08
%50.58

CMYK Percentages of Color #067982

%95
%7
%0
%49

Triadic Colors of #067982

#067982 #820679 #798206

Analogous Colors of #067982

#067982 #063b82 #06824d

Monochromatic Colors of #067982

#067982

Complementary Color

#067982 #820f06

#067982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#067982 Color CSS Codes

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

#067982 Text Font Color

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

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


#067982 Background Color

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

This div background color is #067982


#067982 Border Color

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

This div border color is #067982


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,121,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #067982; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #067982;
  -webkit-box-shadow: 1px 1px 3px 2px #067982;
  box-shadow:         1px 1px 3px 2px #067982; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067982


Comments

No comments written yet.

Please login to write comment.