Color Hex Logo

#1c684d Color Hex

#1C684D
(28,104,77)
0 Favorites   0 Comments

Color spaces of #1c684d

RGB 2810477
HSL0.440.580.26
HSV159°73°41°
CMYK 0.730.000.26   0.59
XYZ6.768810.68338.7265
Yxy10.68330.25860.4081
Hunter Lab32.6853-20.23387.0502
CIE-Lab39.0419-29.99958.6701

#1c684d color RGB value is (28,104,77).

#1c684d hex color red value is 28, green value is 104 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #1c684d hue: 0.44 , saturation: 0.58 and the lightness value of 1c684d is 0.26.

The process color (four color CMYK) of #1c684d color hex is 0.73, 0.00, 0.26, 0.59. Web safe color of #1c684d is #336666. Color #1c684d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01101000 01001101
Octal 34 150 115
Decimal 28 104 77
Hex 1C 68 4D

RGB Percentages of Color #1c684d

%13.40
%49.76
%36.84

CMYK Percentages of Color #1c684d

%73
%0
%26
%59

Triadic Colors of #1c684d

#1c684d #4d1c68 #684d1c

Analogous Colors of #1c684d

#1c684d #1c5d68 #1c6827

Monochromatic Colors of #1c684d

#1c684d

Complementary Color

#1c684d #681c37

#1c684d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c684d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c684d Color CSS Codes

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

#1c684d Text Font Color

<p style="color:#1c684d">Text here</p>

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


#1c684d Background Color

<div style="background-color:#1c684d">
Div content here</div>

This div background color is #1c684d


#1c684d Border Color

<div style="border:3px solid #1c684d">
Div here</div>

This div border color is #1c684d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c684d


Comments

No comments written yet.

Please login to write comment.