Color Hex Logo

#00684d Color Hex

#00684D
(0,104,77)
0 Favorites   0 Comments

Color spaces of #00684d

RGB 010477
HSL0.461.000.20
HSV164°100°41°
CMYK 1.000.000.26   0.59
XYZ6.289910.43658.7041
Yxy10.43650.24730.4104
Hunter Lab32.3056-21.78086.6394
CIE-Lab38.6147-33.16608.0075

#00684d color RGB value is (0,104,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101000 01001101
Octal 0 150 115
Decimal 0 104 77
Hex 0 68 4D

RGB Percentages of Color #00684d

%0.00
%57.46
%42.54

CMYK Percentages of Color #00684d

%100
%0
%26
%59

Triadic Colors of #00684d

#00684d #4d0068 #684d00

Analogous Colors of #00684d

#00684d #004f68 #006819

Monochromatic Colors of #00684d

#00684d

Complementary Color

#00684d #68001b

#00684d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00684d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00684d Color CSS Codes

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

#00684d Text Font Color

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

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


#00684d Background Color

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

This div background color is #00684d


#00684d Border Color

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

This div border color is #00684d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,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 #00684d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00684d


Comments

No comments written yet.

Please login to write comment.