Color Hex Logo

#00788f Color Hex

#00788F
(0,120,143)
0 Favorites   0 Comments

Color spaces of #00788f

RGB 0120143
HSL0.531.000.28
HSV190°100°56°
CMYK 1.000.160.00   0.44
XYZ11.674415.416128.3469
Yxy15.41610.21060.2781
Hunter Lab39.2633-15.6364-15.3212
CIE-Lab46.1989-19.5555-20.4666

#00788f color RGB value is (0,120,143).

#00788f hex color red value is 0, green value is 120 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #00788f hue: 0.53 , saturation: 1.00 and the lightness value of 00788f is 0.28.

The process color (four color CMYK) of #00788f color hex is 1.00, 0.16, 0.00, 0.44. Web safe color of #00788f is #006699. Color #00788f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111000 10001111
Octal 0 170 217
Decimal 0 120 143
Hex 0 78 8F

RGB Percentages of Color #00788f

%0.00
%45.63
%54.37

CMYK Percentages of Color #00788f

%100
%16
%0
%44

Triadic Colors of #00788f

#00788f #8f0078 #788f00

Analogous Colors of #00788f

#00788f #00318f #008f5f

Monochromatic Colors of #00788f

#00788f

Complementary Color

#00788f #8f1700

#00788f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00788f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00788f Color CSS Codes

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

#00788f Text Font Color

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

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


#00788f Background Color

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

This div background color is #00788f


#00788f Border Color

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

This div border color is #00788f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00788f


Comments

No comments written yet.

Please login to write comment.