Color Hex Logo

#00687f Color Hex

#00687F
(0,104,127)
0 Favorites   0 Comments

Color spaces of #00687f

RGB 0104127
HSL0.531.000.25
HSV191°100°50°
CMYK 1.000.180.00   0.50
XYZ8.781111.432921.8226
Yxy11.43290.20890.2720
Hunter Lab33.8126-12.8157-14.5969
CIE-Lab40.3002-16.6395-19.9737

#00687f color RGB value is (0,104,127).

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

The process color (four color CMYK) of #00687f color hex is 1.00, 0.18, 0.00, 0.50. Web safe color of #00687f is #006666. Color #00687f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101000 01111111
Octal 0 150 177
Decimal 0 104 127
Hex 0 68 7F

RGB Percentages of Color #00687f

%0.00
%45.02
%54.98

CMYK Percentages of Color #00687f

%100
%18
%0
%50

Triadic Colors of #00687f

#00687f #7f0068 #687f00

Analogous Colors of #00687f

#00687f #00287f #007f57

Monochromatic Colors of #00687f

#00687f

Complementary Color

#00687f #7f1700

#00687f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00687f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00687f Color CSS Codes

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

#00687f Text Font Color

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

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


#00687f Background Color

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

This div background color is #00687f


#00687f Border Color

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

This div border color is #00687f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00687f


Comments

No comments written yet.

Please login to write comment.