Color Hex Logo

#01694c Color Hex

#01694C
(1,105,76)
0 Favorites   0 Comments

Color spaces of #01694c

RGB 110576
HSL0.450.980.21
HSV163°99°41°
CMYK 0.990.000.28   0.59
XYZ6.368610.63148.5539
Yxy10.63140.24920.4160
Hunter Lab32.6058-22.19547.2698
CIE-Lab38.9526-33.78249.0885

#01694c color RGB value is (1,105,76).

#01694c hex color red value is 1, green value is 105 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #01694c hue: 0.45 , saturation: 0.98 and the lightness value of 01694c is 0.21.

The process color (four color CMYK) of #01694c color hex is 0.99, 0.00, 0.28, 0.59. Web safe color of #01694c is #006633. Color #01694c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101001 01001100
Octal 1 151 114
Decimal 1 105 76
Hex 1 69 4C

RGB Percentages of Color #01694c

%0.55
%57.69
%41.76

CMYK Percentages of Color #01694c

%99
%0
%28
%59

Triadic Colors of #01694c

#01694c #4c0169 #694c01

Analogous Colors of #01694c

#01694c #015269 #016918

Monochromatic Colors of #01694c

#01694c

Complementary Color

#01694c #69011e

#01694c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01694c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01694c Color CSS Codes

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

#01694c Text Font Color

<p style="color:#01694c">Text here</p>

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


#01694c Background Color

<div style="background-color:#01694c">
Div content here</div>

This div background color is #01694c


#01694c Border Color

<div style="border:3px solid #01694c">
Div here</div>

This div border color is #01694c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,105,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01694c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01694c;
  -webkit-box-shadow: 1px 1px 3px 2px #01694c;
  box-shadow:         1px 1px 3px 2px #01694c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01694c


Comments

No comments written yet.

Please login to write comment.