Color Hex Logo

#01686b Color Hex

#01686B
(1,104,107)
0 Favorites   0 Comments

Color spaces of #01686b

RGB 1104107
HSL0.500.980.21
HSV182°99°42°
CMYK 0.990.030.00   0.58
XYZ7.616710.968615.6256
Yxy10.96860.22260.3206
Hunter Lab33.1189-16.9065-4.7900
CIE-Lab39.5275-23.7772-8.9730

#01686b color RGB value is (1,104,107).

#01686b hex color red value is 1, green value is 104 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #01686b hue: 0.50 , saturation: 0.98 and the lightness value of 01686b is 0.21.

The process color (four color CMYK) of #01686b color hex is 0.99, 0.03, 0.00, 0.58. Web safe color of #01686b is #006666. Color #01686b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101000 01101011
Octal 1 150 153
Decimal 1 104 107
Hex 1 68 6B

RGB Percentages of Color #01686b

%0.47
%49.06
%50.47

CMYK Percentages of Color #01686b

%99
%3
%0
%58

Triadic Colors of #01686b

#01686b #6b0168 #686b01

Analogous Colors of #01686b

#01686b #01336b #016b39

Monochromatic Colors of #01686b

#01686b

Complementary Color

#01686b #6b0401

#01686b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01686b Color Preview on White Background

Lorem ipsum dolor sit amet.

#01686b Color CSS Codes

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

#01686b Text Font Color

<p style="color:#01686b">Text here</p>

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


#01686b Background Color

<div style="background-color:#01686b">
Div content here</div>

This div background color is #01686b


#01686b Border Color

<div style="border:3px solid #01686b">
Div here</div>

This div border color is #01686b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,104,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01686b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01686b;
  -webkit-box-shadow: 1px 1px 3px 2px #01686b;
  box-shadow:         1px 1px 3px 2px #01686b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01686b


Comments

No comments written yet.

Please login to write comment.