Color Hex Logo

#00789d Color Hex

#00789D
(0,120,157)
0 Favorites   0 Comments

Color spaces of #00789d

RGB 0120157
HSL0.541.000.31
HSV194°100°62°
CMYK 1.000.240.00   0.38
XYZ12.802315.867334.2862
Yxy15.86730.20340.2520
Hunter Lab39.8338-12.3405-23.1491
CIE-Lab46.7999-14.3865-27.7903

#00789d color RGB value is (0,120,157).

#00789d hex color red value is 0, green value is 120 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #00789d hue: 0.54 , saturation: 1.00 and the lightness value of 00789d is 0.31.

The process color (four color CMYK) of #00789d color hex is 1.00, 0.24, 0.00, 0.38. Web safe color of #00789d is #006699. Color #00789d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111000 10011101
Octal 0 170 235
Decimal 0 120 157
Hex 0 78 9D

RGB Percentages of Color #00789d

%0.00
%43.32
%56.68

CMYK Percentages of Color #00789d

%100
%24
%0
%38

Triadic Colors of #00789d

#00789d #9d0078 #789d00

Analogous Colors of #00789d

#00789d #002a9d #009d74

Monochromatic Colors of #00789d

#00789d

Complementary Color

#00789d #9d2500

#00789d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00789d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00789d Color CSS Codes

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

#00789d Text Font Color

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

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


#00789d Background Color

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

This div background color is #00789d


#00789d Border Color

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

This div border color is #00789d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,120,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00789d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00789d;
  -webkit-box-shadow: 1px 1px 3px 2px #00789d;
  box-shadow:         1px 1px 3px 2px #00789d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00789d


Comments

No comments written yet.

Please login to write comment.