Color Hex Logo

#00687e Color Hex

#00687E
(0,104,126)
0 Favorites   0 Comments

Color spaces of #00687e

RGB 0104126
HSL0.531.000.25
HSV190°100°49°
CMYK 1.000.170.00   0.51
XYZ8.716211.407021.4810
Yxy11.40700.20950.2742
Hunter Lab33.7743-13.0390-14.0675
CIE-Lab40.2577-17.0144-19.4331

#00687e color RGB value is (0,104,126).

#00687e hex color red value is 0, green value is 104 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #00687e hue: 0.53 , saturation: 1.00 and the lightness value of 00687e is 0.25.

The process color (four color CMYK) of #00687e color hex is 1.00, 0.17, 0.00, 0.51. Web safe color of #00687e is #006666. Color #00687e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101000 01111110
Octal 0 150 176
Decimal 0 104 126
Hex 0 68 7E

RGB Percentages of Color #00687e

%0.00
%45.22
%54.78

CMYK Percentages of Color #00687e

%100
%17
%0
%51

Triadic Colors of #00687e

#00687e #7e0068 #687e00

Analogous Colors of #00687e

#00687e #00297e #007e55

Monochromatic Colors of #00687e

#00687e

Complementary Color

#00687e #7e1600

#00687e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00687e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00687e Color CSS Codes

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

#00687e Text Font Color

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

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


#00687e Background Color

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

This div background color is #00687e


#00687e Border Color

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

This div border color is #00687e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,104,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00687e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00687e;
  -webkit-box-shadow: 1px 1px 3px 2px #00687e;
  box-shadow:         1px 1px 3px 2px #00687e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00687e

#00687e Color Palettes


Comments

No comments written yet.

Please login to write comment.