Color Hex Logo

#006e8a Color Hex

#006E8A
(0,110,138)
0 Favorites   0 Comments

Color spaces of #006e8a

RGB 0110138
HSL0.531.000.27
HSV192°100°54°
CMYK 1.000.200.00   0.46
XYZ10.163412.986826.0158
Yxy12.98680.20670.2641
Hunter Lab36.0372-12.7236-17.5763
CIE-Lab42.7433-15.8827-22.8233

#006e8a color RGB value is (0,110,138).

#006e8a hex color red value is 0, green value is 110 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #006e8a hue: 0.53 , saturation: 1.00 and the lightness value of 006e8a is 0.27.

The process color (four color CMYK) of #006e8a color hex is 1.00, 0.20, 0.00, 0.46. Web safe color of #006e8a is #006699. Color #006e8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101110 10001010
Octal 0 156 212
Decimal 0 110 138
Hex 0 6E 8A

RGB Percentages of Color #006e8a

%0.00
%44.35
%55.65

CMYK Percentages of Color #006e8a

%100
%20
%0
%46

Triadic Colors of #006e8a

#006e8a #8a006e #6e8a00

Analogous Colors of #006e8a

#006e8a #00298a #008a61

Monochromatic Colors of #006e8a

#006e8a

Complementary Color

#006e8a #8a1c00

#006e8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006e8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#006e8a Color CSS Codes

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

#006e8a Text Font Color

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

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


#006e8a Background Color

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

This div background color is #006e8a


#006e8a Border Color

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

This div border color is #006e8a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,110,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #006e8a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #006e8a;
  -webkit-box-shadow: 1px 1px 3px 2px #006e8a;
  box-shadow:         1px 1px 3px 2px #006e8a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006e8a


Comments

No comments written yet.

Please login to write comment.