Color Hex Logo

#1c494d Color Hex

#1C494D
(28,73,77)
0 Favorites   0 Comments

Color spaces of #1c494d

RGB 287377
HSL0.510.470.21
HSV185°64°30°
CMYK 0.640.050.00   0.70
XYZ4.20105.54787.8706
Yxy5.54780.23840.3149
Hunter Lab23.5538-9.3822-3.3244
CIE-Lab28.2417-13.9135-7.0342

#1c494d color RGB value is (28,73,77).

#1c494d hex color red value is 28, green value is 73 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #1c494d hue: 0.51 , saturation: 0.47 and the lightness value of 1c494d is 0.21.

The process color (four color CMYK) of #1c494d color hex is 0.64, 0.05, 0.00, 0.70. Web safe color of #1c494d is #333366. Color #1c494d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01001001 01001101
Octal 34 111 115
Decimal 28 73 77
Hex 1C 49 4D

RGB Percentages of Color #1c494d

%15.73
%41.01
%43.26

CMYK Percentages of Color #1c494d

%64
%5
%0
%70

Triadic Colors of #1c494d

#1c494d #4d1c49 #494d1c

Analogous Colors of #1c494d

#1c494d #1c314d #1c4d39

Monochromatic Colors of #1c494d

#1c494d

Complementary Color

#1c494d #4d201c

#1c494d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c494d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c494d Color CSS Codes

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

#1c494d Text Font Color

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

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


#1c494d Background Color

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

This div background color is #1c494d


#1c494d Border Color

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

This div border color is #1c494d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c494d

#1c494d Color Palettes


Comments

No comments written yet.

Please login to write comment.