Color Hex Logo

#01684d Color Hex

#01684D
(1,104,77)
0 Favorites   0 Comments

Color spaces of #01684d

RGB 110477
HSL0.460.980.21
HSV164°99°41°
CMYK 0.990.000.26   0.59
XYZ6.302410.44298.7047
Yxy10.44290.24760.4103
Hunter Lab32.3155-21.73976.6501
CIE-Lab38.6259-33.08028.0247

#01684d color RGB value is (1,104,77).

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

The process color (four color CMYK) of #01684d color hex is 0.99, 0.00, 0.26, 0.59. Web safe color of #01684d is #006666. Color #01684d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101000 01001101
Octal 1 150 115
Decimal 1 104 77
Hex 1 68 4D

RGB Percentages of Color #01684d

%0.55
%57.14
%42.31

CMYK Percentages of Color #01684d

%99
%0
%26
%59

Triadic Colors of #01684d

#01684d #4d0168 #684d01

Analogous Colors of #01684d

#01684d #014f68 #01681a

Monochromatic Colors of #01684d

#01684d

Complementary Color

#01684d #68011c

#01684d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01684d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01684d Color CSS Codes

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

#01684d Text Font Color

<p style="color:#01684d">Text here</p>

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


#01684d Background Color

<div style="background-color:#01684d">
Div content here</div>

This div background color is #01684d


#01684d Border Color

<div style="border:3px solid #01684d">
Div here</div>

This div border color is #01684d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01684d


Comments

No comments written yet.

Please login to write comment.