Color Hex Logo

#00768a Color Hex

#00768A
(0,118,138)
0 Favorites   0 Comments

Color spaces of #00768a

RGB 0118138
HSL0.521.000.27
HSV189°100°54°
CMYK 1.000.140.00   0.46
XYZ11.065914.791826.3166
Yxy14.79180.21210.2835
Hunter Lab38.4601-15.9464-13.6475
CIE-Lab45.3477-20.2820-18.8095

#00768a color RGB value is (0,118,138).

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

The process color (four color CMYK) of #00768a color hex is 1.00, 0.14, 0.00, 0.46. Web safe color of #00768a is #006699. Color #00768a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110110 10001010
Octal 0 166 212
Decimal 0 118 138
Hex 0 76 8A

RGB Percentages of Color #00768a

%0.00
%46.09
%53.91

CMYK Percentages of Color #00768a

%100
%14
%0
%46

Triadic Colors of #00768a

#00768a #8a0076 #768a00

Analogous Colors of #00768a

#00768a #00318a #008a59

Monochromatic Colors of #00768a

#00768a

Complementary Color

#00768a #8a1400

#00768a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00768a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00768a Color CSS Codes

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

#00768a Text Font Color

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

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


#00768a Background Color

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

This div background color is #00768a


#00768a Border Color

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

This div border color is #00768a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,118,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 #00768a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00768a


Comments

No comments written yet.

Please login to write comment.